View Source GoogleApi.CertificateManager.V1.Model.ProvisioningIssue (google_api_certificate_manager v0.6.0)

Information about issues with provisioning a Managed Certificate.

Attributes

  • details (type: String.t, default: nil) - Output only. Human readable explanation about the issue. Provided to help address the configuration issues. Not guaranteed to be stable. For programmatic access use Reason enum.
  • reason (type: String.t, default: nil) - Output only. Reason for provisioning failures.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CertificateManager.V1.Model.ProvisioningIssue{
  details: String.t() | nil,
  reason: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.