public sealed class CaOptions : IMessage<X509Parameters.Types.CaOptions>, IEquatable<X509Parameters.Types.CaOptions>, IDeepCloneable<X509Parameters.Types.CaOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class X509Parameters.Types.CaOptions.
Describes values that are relevant in a CA certificate.
Implements
IMessage<X509Parameters.Types.CaOptions>, IEquatable<X509Parameters.Types.CaOptions>, IDeepCloneable<X509Parameters.Types.CaOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
CaOptions()
public CaOptions()
CaOptions(X509Parameters.Types.CaOptions)
public CaOptions(X509Parameters.Types.CaOptions other)
Parameter | |
---|---|
Name | Description |
other | X509Parameters.Types.CaOptions |
Properties
HasIsCa
public bool HasIsCa { get; }
Gets whether the "is_ca" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasMaxIssuerPathLength
public bool HasMaxIssuerPathLength { get; }
Gets whether the "max_issuer_path_length" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
IsCa
public bool IsCa { get; set; }
Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.
Property Value | |
---|---|
Type | Description |
Boolean |
MaxIssuerPathLength
public int MaxIssuerPathLength { get; set; }
Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.
Property Value | |
---|---|
Type | Description |
Int32 |