Certificate Extension Constraints Args
data class CertificateExtensionConstraintsArgs(val additionalExtensions: Output<List<ObjectIdArgs>>? = null, val knownExtensions: Output<List<CertificateExtensionConstraintsKnownExtensionsItem>>? = null) : ConvertibleToJava<CertificateExtensionConstraintsArgs>
Describes a set of X.509 extensions that may be part of some certificate issuance controls.
Constructors
Link copied to clipboard
constructor(additionalExtensions: Output<List<ObjectIdArgs>>? = null, knownExtensions: Output<List<CertificateExtensionConstraintsKnownExtensionsItem>>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions.