ENUM

SsoCertificateType

Description

Type of the SSO Service Provider certificate.

link GraphQL Schema definition

  • enum SsoCertificateType {
  • # The type of the certificate is unknown.
  • CERTIFICATE_TYPE_UNSPECIFIED
  • # The certificate used to decrypt SAML response.
  • ENCRYPTION
  • # The certificate used to sign SAML requests.
  • SIGNING
  • }