Skip to main content

SsoAzureIntegration

No description

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

Fields

SsoAzureIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

SsoAzureIntegration.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

SsoAzureIntegration.integrationType ● IntegrationEnum! non-null enum

SsoAzureIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

SsoAzureIntegration.url ● ID! non-null scalar

SSO Azure URL

Interfaces

BaseFields interface

IntegrationInterface interface