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

Describes values that are relevant in a CA certificate.

Attributes

  • isCa (type: boolean(), default: nil) - Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
  • maxIssuerPathLength (type: integer(), default: nil) - Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.

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.CaOptions{
  isCa: boolean() | nil,
  maxIssuerPathLength: integer() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.