Certificate
Статья создана
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. |
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. |