CreateSamlIntegrationInput
Autogenerated input type of CreateSamlIntegration
input CreateSamlIntegrationInput {
  clientMutationId: String
  samlIdpSsoTarget: String!
  samlIdpEntityId: String!
  samlIdpCert: String!
  authorizedDomains: [String!]!
  scopeId: Int!
  integrationType: SamlIntegrationOptionsType
}
Fields
CreateSamlIntegrationInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateSamlIntegrationInput.samlIdpSsoTarget ● String! non-null scalar
CreateSamlIntegrationInput.samlIdpEntityId ● String! non-null scalar
CreateSamlIntegrationInput.samlIdpCert ● String! non-null scalar
CreateSamlIntegrationInput.authorizedDomains ● [String!]! non-null scalar
CreateSamlIntegrationInput.scopeId ● Int! non-null scalar
CreateSamlIntegrationInput.integrationType ● SamlIntegrationOptionsType enum
Member Of
createSamlIntegration  mutation