public sealed class Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo : IMessage<Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo>, IEquatable<Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo>, IDeepCloneable<Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Manager v1 API class Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo.
State of the latest attempt to authorize a domain for certificate issuance.
Implements
IMessageCertificateTypesManagedCertificateTypesAuthorizationAttemptInfo, IEquatableCertificateTypesManagedCertificateTypesAuthorizationAttemptInfo, IDeepCloneableCertificateTypesManagedCertificateTypesAuthorizationAttemptInfo, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
AuthorizationAttemptInfo()
public AuthorizationAttemptInfo()
AuthorizationAttemptInfo(AuthorizationAttemptInfo)
public AuthorizationAttemptInfo(Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo other)
Parameter | |
---|---|
Name | Description |
other | CertificateTypesManagedCertificateTypesAuthorizationAttemptInfo |
Properties
Details
public string Details { get; set; }
Output only. Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use FailureReason enum.
Property Value | |
---|---|
Type | Description |
string |
Domain
public string Domain { get; set; }
Domain name of the authorization attempt.
Property Value | |
---|---|
Type | Description |
string |
FailureReason
public Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo.Types.FailureReason FailureReason { get; set; }
Output only. Reason for failure of the authorization attempt for the domain.
Property Value | |
---|---|
Type | Description |
CertificateTypesManagedCertificateTypesAuthorizationAttemptInfoTypesFailureReason |
State
public Certificate.Types.ManagedCertificate.Types.AuthorizationAttemptInfo.Types.State State { get; set; }
Output only. State of the domain for managed certificate issuance.
Property Value | |
---|---|
Type | Description |
CertificateTypesManagedCertificateTypesAuthorizationAttemptInfoTypesState |