Class IssuanceModes
IssuanceModes specifies the allowed ways in which Certificates may be requested from this CaPool.
Implements
Inherited Members
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 |