Class CertificateAuthority.Types.IssuingOptions (2.0.0-beta01)

public sealed class IssuingOptions : IMessage<CertificateAuthority.Types.IssuingOptions>, IEquatable<CertificateAuthority.Types.IssuingOptions>, IDeepCloneable<CertificateAuthority.Types.IssuingOptions>, IBufferMessage, IMessage

Options that affect all certificates issued by a [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority].

Inheritance

Object > CertificateAuthority.Types.IssuingOptions

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Constructors

IssuingOptions()

public IssuingOptions()

IssuingOptions(CertificateAuthority.Types.IssuingOptions)

public IssuingOptions(CertificateAuthority.Types.IssuingOptions other)
Parameter
NameDescription
otherCertificateAuthority.Types.IssuingOptions

Properties

IncludeCaCertUrl

public bool IncludeCaCertUrl { get; set; }

Required. When true, includes a URL to the issuing CA certificate in the "authority information access" X.509 extension.

Property Value
TypeDescription
Boolean

IncludeCrlAccessUrl

public bool IncludeCrlAccessUrl { get; set; }

Required. When true, includes a URL to the CRL corresponding to certificates issued from a [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]. CRLs will expire 7 days from their creation. However, we will rebuild daily. CRLs are also rebuilt shortly after a certificate is revoked.

Property Value
TypeDescription
Boolean