Class X509Parameters.Types.CaOptions (2.0.0)

public sealed class CaOptions : IMessage<X509Parameters.Types.CaOptions>, IEquatable<X509Parameters.Types.CaOptions>, IDeepCloneable<X509Parameters.Types.CaOptions>, IBufferMessage, IMessage

Describes values that are relevant in a CA certificate.

Inheritance

Object > X509Parameters.Types.CaOptions

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

CaOptions()

public CaOptions()

CaOptions(X509Parameters.Types.CaOptions)

public CaOptions(X509Parameters.Types.CaOptions other)
Parameter
NameDescription
otherX509Parameters.Types.CaOptions

Properties

HasIsCa

public bool HasIsCa { get; }

Gets whether the "is_ca" field is set

Property Value
TypeDescription
Boolean

HasMaxIssuerPathLength

public bool HasMaxIssuerPathLength { get; }

Gets whether the "max_issuer_path_length" field is set

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
Int32