UpdateSamlIntegrationInput
Autogenerated input type of UpdateSamlIntegration
input UpdateSamlIntegrationInput {
clientMutationId: String
id: Int!
samlIdpSsoTarget: String!
samlIdpEntityId: String!
samlIdpCert: String!
authorizedDomains: [String!]!
scopeId: Int!
}
Fields
UpdateSamlIntegrationInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateSamlIntegrationInput.id
● Int!
non-null scalar
UpdateSamlIntegrationInput.samlIdpSsoTarget
● String!
non-null scalar
UpdateSamlIntegrationInput.samlIdpEntityId
● String!
non-null scalar
UpdateSamlIntegrationInput.samlIdpCert
● String!
non-null scalar
UpdateSamlIntegrationInput.authorizedDomains
● [String!]!
non-null scalar
UpdateSamlIntegrationInput.scopeId
● Int!
non-null scalar
Member of
updateSamlIntegration
mutation