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 \ ManagedCertificateMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setDomain
Domain name of the authorization attempt.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getState
Output only. State of the domain for managed certificate issuance.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
Output only. State of the domain for managed certificate issuance.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFailureReason
Output only. Reason for failure of the authorization attempt for the domain.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type FailureReason. |
setFailureReason
Output only. Reason for failure of the authorization attempt for the domain.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type FailureReason. |
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|