Certificate Extension Constraints Response
data class CertificateExtensionConstraintsResponse(val additionalExtensions: List<ObjectIdResponse>, val knownExtensions: List<String>)
Describes a set of X.509 extensions that may be part of some certificate issuance controls.
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.