Show / Hide Table of Contents

Class CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes

[IssuanceModes][google.cloud.security.privateca.v1beta1.CertificateAuthority.CertificateAuthorityPolicy.IssuanceModes] specifies the allowed ways in which [Certificates][google.cloud.security.privateca.v1beta1.Certificate] may be requested from this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority].

Inheritance
System.Object
CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes
Implements
IMessage<CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes>
System.IEquatable<CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes>
IDeepCloneable<CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Security.PrivateCA.V1Beta1
Assembly: Google.Cloud.Security.PrivateCA.V1Beta1.dll
Syntax
public sealed class IssuanceModes : IMessage<CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes>, IEquatable<CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes>, IDeepCloneable<CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes>, IBufferMessage, IMessage

Constructors

IssuanceModes()

Declaration
public IssuanceModes()

IssuanceModes(CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes)

Declaration
public IssuanceModes(CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes other)
Parameters
Type Name Description
CertificateAuthority.Types.CertificateAuthorityPolicy.Types.IssuanceModes other

Properties

AllowConfigBasedIssuance

Required. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1beta1.Certificate] by specifying a [CertificateConfig][google.cloud.security.privateca.v1beta1.CertificateConfig].

Declaration
public bool AllowConfigBasedIssuance { get; set; }
Property Value
Type Description
System.Boolean

AllowCsrBasedIssuance

Required. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1beta1.Certificate] by specifying a CSR.

Declaration
public bool AllowCsrBasedIssuance { get; set; }
Property Value
Type Description
System.Boolean
Back to top