View Source GoogleApi.PrivateCA.V1.Model.AccessUrls (google_api_private_ca v0.12.0)

URLs where a CertificateAuthority will publish content.

Attributes

  • caCertificateAccessUrl (type: String.t, default: nil) - The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.
  • crlAccessUrls (type: list(String.t), default: nil) - The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.AccessUrls{
  caCertificateAccessUrl: String.t() | nil,
  crlAccessUrls: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.