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].
Implements
IMessageCertificateIdentityConstraints, IEquatableCertificateIdentityConstraints, IDeepCloneableCertificateIdentityConstraints, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
CertificateIdentityConstraints()
public CertificateIdentityConstraints()
CertificateIdentityConstraints(CertificateIdentityConstraints)
public CertificateIdentityConstraints(CertificateIdentityConstraints other)
Parameter | |
---|---|
Name | Description |
other | CertificateIdentityConstraints |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Expr |
HasAllowSubjectAltNamesPassthrough
public bool HasAllowSubjectAltNamesPassthrough { get; }
Gets whether the "allow_subject_alt_names_passthrough" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasAllowSubjectPassthrough
public bool HasAllowSubjectPassthrough { get; }
Gets whether the "allow_subject_passthrough" field is set
Property Value | |
---|---|
Type | Description |
bool |