Skip to main content

SamlIntegration

No description

type SamlIntegration {
authorizedDomains: [String!]
company: Company
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
errorsMessage: String
id: ID!
integrationType: String
samlIdpCert: String
samlIdpEntityId: String
samlIdpSsoTarget: String
scopeId: Int @deprecated
updatedAt: ISO8601DateTime!
}

Fields

SamlIntegration.authorizedDomains ● [String!] list scalar

SamlIntegration.company ● Company object

SamlIntegration.createdAt ● ISO8601DateTime! non-null scalar

SamlIntegration.deletedAt ● ISO8601DateTime scalar

SamlIntegration.errorsMessage ● String scalar

SamlIntegration.id ● ID! non-null scalar

SamlIntegration.integrationType ● String scalar

SamlIntegration.samlIdpCert ● String scalar

SamlIntegration.samlIdpEntityId ● String scalar

SamlIntegration.samlIdpSsoTarget ● String scalar

SamlIntegration.scopeId ● Int deprecated scalar

[DEPRECATED]

this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need

SamlIntegration.updatedAt ● ISO8601DateTime! non-null scalar

Returned by

samlIntegration query

Member Of

CreateSamlIntegrationPayload object ● SamlIntegrationCollection object ● UpdateSamlIntegrationPayload object