View Source GoogleApi.PrivateCA.V1beta1.Model.IssuingOptions (google_api_private_ca v0.9.0)

Options that affect all certificates issued by a CertificateAuthority.

Attributes

  • includeCaCertUrl (type: boolean(), default: nil) - Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.
  • includeCrlAccessUrl (type: boolean(), default: nil) - Required. When true, includes a URL to the CRL corresponding to certificates issued from a CertificateAuthority. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.

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.IssuingOptions{
  includeCaCertUrl: boolean() | nil,
  includeCrlAccessUrl: boolean() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.