public sealed class CertificateExtensionConstraints : IMessage<CertificateExtensionConstraints>, IEquatable<CertificateExtensionConstraints>, IDeepCloneable<CertificateExtensionConstraints>, IBufferMessage, IMessage
Describes a set of X.509 extensions that may be part of some certificate
issuance controls.
public RepeatedField<ObjectId> AdditionalExtensions { get; }
Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
X.509 extensions.
public RepeatedField<CertificateExtensionConstraints.Types.KnownCertificateExtension> KnownExtensions { get; }
Optional. A set of named X.509 extensions. Will be combined with
[additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eCertificateExtensionConstraints\u003c/code\u003e class, which is part of the Google Cloud Security PrivateCA V1 library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCertificateExtensionConstraints\u003c/code\u003e class is used to define the X.509 extensions that can be included in certificate issuance controls.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCertificateExtensionConstraints\u003c/code\u003e class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eObject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers customizable extensions through its properties \u003ccode\u003eAdditionalExtensions\u003c/code\u003e and \u003ccode\u003eKnownExtensions\u003c/code\u003e in which X.509 extensions can be named or use custom object identifiers.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eCertificateExtensionConstraints\u003c/code\u003e documentation is version 3.9.0, with versions ranging from 1.0.0 to the latest.\u003c/p\u003e\n"]]],[],null,[]]