SamlIntegrationInput
No description
input SamlIntegrationInput {
samlIdpSsoTarget: String!
samlIdpEntityId: String!
samlIdpCert: String!
authorizedDomains: [String!]!
scopeId: Int!
integrationType: SamlIntegrationOptionsType
ssoOnly: Boolean
}