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.
- : String
- # ID of the certificate to be added.
- : Int!
- # Type of the SSO certificate.
- : SsoCertificateType!
- # Specifies whether the default certificate should be used.
- : Boolean
- }