Identity and Access Management SAML API, REST: Certificate methods
A set of methods for managing certificates.
JSON Representation
{
"id": "string",
"federationId": "string",
"name": "string",
"description": "string",
"createdAt": "string",
"data": "string"
}
Field | Description |
---|---|
id | string Required. ID of the certificate. The maximum string length in characters is 50. |
federationId | string Required. ID of the federation that the certificate belongs to. The maximum string length in characters is 50. |
name | string Name of the certificate. Value must match the regular expression |
description | string Description of the certificate. The maximum string length in characters is 256. |
createdAt | string (date-time) Creation timestamp. String in RFC3339 text format. The range of possible values is from To work with values in this field, use the APIs described in the Protocol Buffers reference. In some languages, built-in datetime utilities do not support nanosecond precision (9 digits). |
data | string Required. Certificate data in PEM format. The maximum string length in characters is 32000. |
Methods
Method | Description |
---|---|
create | Creates a certificate in the specified federation. |
delete | Deletes the specified certificate. |
get | Returns the specified certificate. |
list | Retrieves the list of certificates in the specified federation. |
listOperations | Lists operations for the specified certificate. |
update | Updates the specified certificate. |