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 |
Identifier. The resource name for this |
sequence |
Output only. The CRL sequence number that appears in pemCrl. |
revoked |
Output only. The revoked serial numbers that appear in pemCrl. |
pem |
Output only. The PEM-encoded X.509 CRL. |
access |
Output only. The location where 'pemCrl' can be accessed. |
state |
Output only. The |
create |
Output only. The time at which this Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
update |
Output only. The time at which this Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
revision |
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 |
hex |
The serial number of the |
revocation |
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. |