Resource: CertificateRevocationList
A CertificateRevocationList
corresponds to a signed X.509 certificate Revocation List (CRL). A CRL contains the serial numbers of certificates that should no longer be trusted.
JSON representation |
---|
{ "name": string, "sequenceNumber": string, "revokedCertificates": [ { object ( |
Fields | |
---|---|
name |
Output only. The resource name for this |
sequenceNumber |
Output only. The CRL sequence number that appears in pemCrl. |
revokedCertificates[] |
Output only. The revoked serial numbers that appear in pemCrl. |
pemCrl |
Output only. The PEM-encoded X.509 CRL. |
accessUrl |
Output only. The location where 'pemCrl' can be accessed. |
state |
Output only. The |
createTime |
Output only. The time at which this A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. The time at which this A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
revisionId |
Output only. The revision ID of this |
labels |
Optional. Labels with user-defined metadata. An object containing a list of |
RevokedCertificate
Describes a revoked Certificate
.
JSON representation |
---|
{
"certificate": string,
"hexSerialNumber": string,
"revocationReason": enum ( |
Fields | |
---|---|
certificate |
The resource name for the |
hexSerialNumber |
The serial number of the |
revocationReason |
The reason the |
State
The state of a CertificateRevocationList
, indicating if it is current.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not specified. |
ACTIVE |
The CertificateRevocationList is up to date. |
SUPERSEDED |
The CertificateRevocationList is no longer current. |
Methods |
|
---|---|
|
Returns a CertificateRevocationList . |
|
Gets the access control policy for a resource. |
|
Lists CertificateRevocationLists . |
|
Update a CertificateRevocationList . |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |