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
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
scalar
SamlIntegration.updatedAt
● ISO8601DateTime!
non-null scalar
Returned by
samlIntegration
query
Member of
CreateSamlIntegrationPayload
object ● SamlIntegrationCollection
object ● UpdateSamlIntegrationPayload
object