INPUT_OBJECT

SetSsoCertificateInput

Description

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

link GraphQL Schema definition

  • input SetSsoCertificateInput {
  • # ID of the certificate to be added.
  • certificateId: Int!
  • # SSO Certificate type enum.
  • certificateType: SsoCertificateType!
  • }

link Require by