Google Cloud Certificate Manager V1 Client - Class AuthorizationAttemptInfo (0.6.0)

Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class AuthorizationAttemptInfo.

State of the latest attempt to authorize a domain for certificate issuance.

Generated from protobuf message google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo

Namespace

Google \ Cloud \ CertificateManager \ V1 \ Certificate \ ManagedCertificate

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ domain string

Domain name of the authorization attempt.

↳ state int

Output only. State of the domain for managed certificate issuance.

↳ failure_reason int

Output only. Reason for failure of the authorization attempt for the domain.

↳ details 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.

getDomain

Domain name of the authorization attempt.

Returns
TypeDescription
string

setDomain

Domain name of the authorization attempt.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Output only. State of the domain for managed certificate issuance.

Returns
TypeDescription
int

setState

Output only. State of the domain for managed certificate issuance.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getFailureReason

Output only. Reason for failure of the authorization attempt for the domain.

Returns
TypeDescription
int

setFailureReason

Output only. Reason for failure of the authorization attempt for the domain.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDetails

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.

Returns
TypeDescription
string

setDetails

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this