public sealed class IssuingOptions : IMessage<CertificateAuthority.Types.IssuingOptions>, IEquatable<CertificateAuthority.Types.IssuingOptions>, IDeepCloneable<CertificateAuthority.Types.IssuingOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1beta1 API class CertificateAuthority.Types.IssuingOptions.
Options that affect all certificates issued by a [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority].
Implements
IMessage<CertificateAuthority.Types.IssuingOptions>, IEquatable<CertificateAuthority.Types.IssuingOptions>, IDeepCloneable<CertificateAuthority.Types.IssuingOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Beta1Assembly
Google.Cloud.Security.PrivateCA.V1Beta1.dll
Constructors
IssuingOptions()
public IssuingOptions()
IssuingOptions(CertificateAuthority.Types.IssuingOptions)
public IssuingOptions(CertificateAuthority.Types.IssuingOptions other)
Name | Description |
other | CertificateAuthority.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.
Type | Description |
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.
Type | Description |
Boolean |