Resource: Certificate
The certificate definition
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "requestorId": string, "credentialId": string, "certificateStatus": enum ( |
Fields | |
---|---|
name |
Output only. Auto generated primary key |
displayName |
Name of the certificate |
description |
Description of the certificate |
requestorId |
Immutable. Requestor ID to be used to register certificate with trawler |
credentialId |
Immutable. Credential id that will be used to register with trawler INTERNAL_ONLY |
certificateStatus |
Status of the certificate |
validStartTime |
Output only. The timestamp after which certificate will be valid A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
validEndTime |
Output only. The timestamp after which certificate will expire A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
rawCertificate |
Input only. Raw client certificate which would be registered with trawler |
Methods |
|
---|---|
|
Creates a new certificate. |
|
Delete a certificate |
|
Get a certificates in the specified project. |
|
List all the certificates that match the filter. |
|
Updates the certificate by id. |