Skip to main content

SsoGoogleIntegration

No description

type SsoGoogleIntegration implements BaseFields, IntegrationInterface {
createdAt: ISO8601DateTime!
id: ID!
integrationType: IntegrationEnum!
updatedAt: ISO8601DateTime!
url: ID!
}

Fields

SsoGoogleIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

SsoGoogleIntegration.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

SsoGoogleIntegration.integrationType ● IntegrationEnum! non-null enum

SsoGoogleIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

SsoGoogleIntegration.url ● ID! non-null scalar

SSO Google URL

Interfaces

BaseFields interface

IntegrationInterface interface