Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo.
State of the latest attempt to authorize a domain for certificate issuance.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#details
def details() -> ::String
    Returns
    
  - (::String) — 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.
 
#domain
def domain() -> ::String
    Returns
    
  - (::String) — Domain name of the authorization attempt.
 
#domain=
def domain=(value) -> ::String
    Parameter
    
  - value (::String) — Domain name of the authorization attempt.
 
    Returns
    
  - (::String) — Domain name of the authorization attempt.
 
#failure_reason
def failure_reason() -> ::Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo::FailureReason
    Returns
    
  - (::Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo::FailureReason) — Output only. Reason for failure of the authorization attempt for the domain.
 
#state
def state() -> ::Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo::State
    Returns
    
- (::Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo::State) — Output only. State of the domain for managed certificate issuance.