GoogleApi.CertificateManager.V1.Model.AuthorizationAttemptInfo (google_api_certificate_manager v0.9.0)

View Source

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

Attributes

  • details (type: String.t, default: nil) - 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 (type: String.t, default: nil) - Output only. Domain name of the authorization attempt.
  • failureReason (type: String.t, default: nil) - Output only. Reason for failure of the authorization attempt for the domain.
  • state (type: String.t, default: nil) - Output only. State of the domain for managed certificate issuance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CertificateManager.V1.Model.AuthorizationAttemptInfo{
  details: String.t() | nil,
  domain: String.t() | nil,
  failureReason: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.