View Source GoogleApi.PrivateCA.V1.Model.CertificateExtensionConstraints (google_api_private_ca v0.13.0)

Describes a set of X.509 extensions that may be part of some certificate issuance controls.

Attributes

  • additionalExtensions (type: list(GoogleApi.PrivateCA.V1.Model.ObjectId.t), default: nil) - Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions.
  • knownExtensions (type: list(String.t), default: nil) - Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PrivateCA.V1.Model.CertificateExtensionConstraints{
  additionalExtensions: [GoogleApi.PrivateCA.V1.Model.ObjectId.t()] | nil,
  knownExtensions: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.