Class IssuanceModes (1.4.1)

IssuanceModes(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
allow_csr_based_issuance bool
Required. When true, allows callers to create Certificates by specifying a CSR.
allow_config_based_issuance bool
Required. When true, allows callers to create Certificates by specifying a CertificateConfig.

Inheritance

builtins.object > proto.message.Message > IssuanceModes