Certificate Authority v1beta1 API - Class CertificateRevocationList (2.0.0-beta02)

public sealed class CertificateRevocationList : IMessage<CertificateRevocationList>, IEquatable<CertificateRevocationList>, IDeepCloneable<CertificateRevocationList>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1beta1 API class CertificateRevocationList.

A [CertificateRevocationList][google.cloud.security.privateca.v1beta1.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.

Inheritance

Object > CertificateRevocationList

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Constructors

CertificateRevocationList()

public CertificateRevocationList()

CertificateRevocationList(CertificateRevocationList)

public CertificateRevocationList(CertificateRevocationList other)
Parameter
NameDescription
otherCertificateRevocationList

Properties

AccessUrl

public string AccessUrl { get; set; }

Output only. The location where 'pem_crl' can be accessed.

Property Value
TypeDescription
String

CertificateRevocationListName

public CertificateRevocationListName CertificateRevocationListName { get; set; }

CertificateRevocationListName-typed view over the Name resource name property.

Property Value
TypeDescription
CertificateRevocationListName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] was created.

Property Value
TypeDescription
Timestamp

Labels

public MapField<string, string> Labels { get; }

Optional. Labels with user-defined metadata.

Property Value
TypeDescription
MapField<String, String>

Name

public string Name { get; set; }

Output only. The resource path for this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] in the format projects/*/locations/*/certificateAuthorities/*/ certificateRevocationLists/*.

Property Value
TypeDescription
String

PemCrl

public string PemCrl { get; set; }

Output only. The PEM-encoded X.509 CRL.

Property Value
TypeDescription
String

RevokedCertificates

public RepeatedField<CertificateRevocationList.Types.RevokedCertificate> RevokedCertificates { get; }

Output only. The revoked serial numbers that appear in pem_crl.

Property Value
TypeDescription
RepeatedField<CertificateRevocationList.Types.RevokedCertificate>

SequenceNumber

public long SequenceNumber { get; set; }

Output only. The CRL sequence number that appears in pem_crl.

Property Value
TypeDescription
Int64

State

public CertificateRevocationList.Types.State State { get; set; }

Output only. The [State][google.cloud.security.privateca.v1beta1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList].

Property Value
TypeDescription
CertificateRevocationList.Types.State

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] was updated.

Property Value
TypeDescription
Timestamp