Certificate Manager v1 API - Enum Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo.Types.State (2.4.0)

public enum Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo.Types.State

Reference documentation and code samples for the Certificate Manager v1 API enum Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo.Types.State.

State of the domain for managed certificate issuance.

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Fields

NameDescription
Authorized

A managed certificate can be provisioned, no issues for this domain.

Authorizing

Certificate provisioning for this domain is under way. GCP will attempt to authorize the domain.

Failed

Attempt to authorize the domain failed. This prevents the Managed Certificate from being issued. See failure_reason and details fields for more information.

Unspecified

State is unspecified.