Certificate Authority v1 API - Enum CertificateRevocationList.Types.State (3.4.0)

public enum CertificateRevocationList.Types.State

Reference documentation and code samples for the Certificate Authority v1 API enum CertificateRevocationList.Types.State.

The state of a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList], indicating if it is current.

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Fields

NameDescription
Active

The [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] is up to date.

Superseded

The [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] is no longer current.

Unspecified

Not specified.