Class CertificateExtensionConstraints
Describes a set of X.509 extensions that may be part of some certificate issuance controls.
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class CertificateExtensionConstraints : IDirectResponseSchema
Properties
AdditionalExtensions
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.
Declaration
[JsonProperty("additionalExtensions")]
public virtual IList<ObjectId> AdditionalExtensions { get; set; }
Property Value
Type | Description |
---|---|
IList<ObjectId> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KnownExtensions
Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions.
Declaration
[JsonProperty("knownExtensions")]
public virtual IList<string> KnownExtensions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |