Show / Hide Table of Contents

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
Syntax
public enum State

Fields

Name Description
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.

Back to top