INPUT_OBJECT

SetSsoCertificateInput

Description

Custom certs to be added for org's Service Provider.

link GraphQL Schema definition

  • input SetSsoCertificateInput {
  • # FID of the certificate to be added.
  • certificateFid: String
  • # ID of the certificate to be added.
  • certificateId: Int!
  • # Type of the SSO certificate.
  • certificateType: SsoCertificateType!
  • # Specifies whether the default certificate should be used.
  • useDefaultCert: Boolean
  • }

link Require by