Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The certificate modification payload.
The updated name for the certificate
Response
200 - application/json
Certificate modified successfully.
Represents an individual certificate
uploaded to the organization.
The object type.
- If creating, updating, or getting a specific certificate, the object type is
certificate
. - If listing, activating, or deactivating certificates for the organization, the object type is
organization.certificate
. - If listing, activating, or deactivating certificates for a project, the object type is
organization.project.certificate
.
Available options:
certificate
, organization.certificate
, organization.project.certificate
The identifier, which can be referenced in API endpoints
The name of the certificate.
The Unix timestamp (in seconds) of when the certificate was uploaded.
Whether the certificate is currently active at the specified scope. Not returned when getting details for a specific certificate.