Certificate Authority v1 API - Class CertificateIdentityConstraints (3.7.0)

public sealed class CertificateIdentityConstraints : IMessage<CertificateIdentityConstraints>, IEquatable<CertificateIdentityConstraints>, IDeepCloneable<CertificateIdentityConstraints>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1 API class CertificateIdentityConstraints.

Describes constraints on a [Certificate][google.cloud.security.privateca.v1.Certificate]'s [Subject][google.cloud.security.privateca.v1.Subject] and [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames].

Inheritance

object > CertificateIdentityConstraints

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

CertificateIdentityConstraints()

public CertificateIdentityConstraints()

CertificateIdentityConstraints(CertificateIdentityConstraints)

public CertificateIdentityConstraints(CertificateIdentityConstraints other)
Parameter
NameDescription
otherCertificateIdentityConstraints

Properties

AllowSubjectAltNamesPassthrough

public bool AllowSubjectAltNamesPassthrough { get; set; }

Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a certificate request into the signed certificate. Otherwise, the requested [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded.

Property Value
TypeDescription
bool

AllowSubjectPassthrough

public bool AllowSubjectPassthrough { get; set; }

Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject] will be discarded.

Property Value
TypeDescription
bool

CelExpression

public Expr CelExpression { get; set; }

Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel

Property Value
TypeDescription
Expr

HasAllowSubjectAltNamesPassthrough

public bool HasAllowSubjectAltNamesPassthrough { get; }

Gets whether the "allow_subject_alt_names_passthrough" field is set

Property Value
TypeDescription
bool

HasAllowSubjectPassthrough

public bool HasAllowSubjectPassthrough { get; }

Gets whether the "allow_subject_passthrough" field is set

Property Value
TypeDescription
bool