Certificate Authority v1beta1 API - Enum CertificateAuthority.Types.State (2.0.0-beta02)

public enum State

Reference documentation and code samples for the Certificate Authority v1beta1 API enum CertificateAuthority.Types.State.

The state of a [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority], indicating if it can be used.

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Fields

NameDescription
Disabled

Certificates cannot be issued from this CA. CRLs will still be generated.

Enabled

Certificates can be issued from this CA. CRLs will be generated for this CA.

PendingActivation

Certificates cannot be issued from this CA. CRLs will not be generated.

PendingDeletion

Certificates cannot be issued from this CA. CRLs will not be generated.

Unspecified

Not specified.