Certificate Authority v1beta1 API - Class ReusableConfigValues.Types.CaOptions (2.0.0-beta02)

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

Reference documentation and code samples for the Certificate Authority v1beta1 API class ReusableConfigValues.Types.CaOptions.

Describes values that are relevant in a CA certificate.

Inheritance

Object > ReusableConfigValues.Types.CaOptions

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Constructors

CaOptions()

public CaOptions()

CaOptions(ReusableConfigValues.Types.CaOptions)

public CaOptions(ReusableConfigValues.Types.CaOptions other)
Parameter
NameDescription
otherReusableConfigValues.Types.CaOptions

Properties

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
Nullable<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
Nullable<Int32>