Certificate Data Type

This data type has been deprecated. Please use Add or update a certificate for a the profile assigned to the user going forward.

A certificate defined in the system.

Properties
Name Type Description
name string Name of the certificate
password string Base64-encoded value of the certificate password
certificateContent string Base64-encoded content of the certificate

Example

{
  "name" : "Certificate name",
  "password" : "cEA1NXcwcmQ=",
  "certificateContent" : "VGhpcyBpcyBjZXJ0aWZpY2F0ZSBmaWxlIGNvbnRlbnQgYmFzZSA2NCBlbmNvZGVk"
}