View Source GoogleApi.PrivateCA.V1beta1.Model.AccessUrls (google_api_private_ca v0.9.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.
  • crlAccessUrl (type: String.t, default: nil) - The URL where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PrivateCA.V1beta1.Model.AccessUrls{
  caCertificateAccessUrl: String.t() | nil,
  crlAccessUrl: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.