Skip to main content

SsoAdfsIntegration

No description

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

Fields

SsoAdfsIntegration.createdAt ● ISO8601DateTime! non-null scalar

The date when record was created

SsoAdfsIntegration.id ● ID! non-null scalar

The ID scalar type represents a unique identifier

SsoAdfsIntegration.integrationType ● IntegrationEnum! non-null enum

SsoAdfsIntegration.updatedAt ● ISO8601DateTime! non-null scalar

The date when record was updated

SsoAdfsIntegration.url ● ID! non-null scalar

SSO ADFS URL

Interfaces

BaseFields interface

IntegrationInterface interface