View Source GoogleApi.PrivateCA.V1.Model.IssuanceModes (google_api_private_ca v0.15.1)

IssuanceModes specifies the allowed ways in which Certificates may be requested from this CaPool.

Attributes

  • allowConfigBasedIssuance (type: boolean(), default: nil) - Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.
  • allowCsrBasedIssuance (type: boolean(), default: nil) - Optional. When true, allows callers to create Certificates by specifying a CSR.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.IssuanceModes{
  allowConfigBasedIssuance: boolean() | nil,
  allowCsrBasedIssuance: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.