Certificate Manager V1 API - Class Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo (v0.1.0)

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) — Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.

#details=

def details=(value) -> ::String
Parameter
  • value (::String) — Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.
Returns
  • (::String) — Human readable explanation for reaching the state. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason 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

#state

def state() -> ::Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo::State
Returns

#state=

def state=(value) -> ::Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate::AuthorizationAttemptInfo::State
Parameter
Returns