View Source GoogleApi.PrivateCA.V1.Model.CertificateExtensionConstraints (google_api_private_ca v0.12.1)
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
Unwrap a decoded JSON object into its complex fields.