Show / Hide Table of Contents

Class IssuanceModes

IssuanceModes specifies the allowed ways in which Certificates may be requested from this CaPool.

Inheritance
object
IssuanceModes
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class IssuanceModes : IDirectResponseSchema

Properties

AllowConfigBasedIssuance

Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.

Declaration
[JsonProperty("allowConfigBasedIssuance")]
public virtual bool? AllowConfigBasedIssuance { get; set; }
Property Value
Type Description
bool?

AllowCsrBasedIssuance

Optional. When true, allows callers to create Certificates by specifying a CSR.

Declaration
[JsonProperty("allowCsrBasedIssuance")]
public virtual bool? AllowCsrBasedIssuance { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX