Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::CertificateAuthorityPolicy::IssuanceModes.
IssuanceModes specifies the allowed ways in which Certificates may be requested from this CertificateAuthority.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#allow_config_based_issuance
def allow_config_based_issuance() -> ::Boolean
Returns
- (::Boolean) — Required. When true, allows callers to create Certificates by specifying a CertificateConfig.
#allow_config_based_issuance=
def allow_config_based_issuance=(value) -> ::Boolean
Parameter
- value (::Boolean) — Required. When true, allows callers to create Certificates by specifying a CertificateConfig.
Returns
- (::Boolean) — Required. When true, allows callers to create Certificates by specifying a CertificateConfig.
#allow_csr_based_issuance
def allow_csr_based_issuance() -> ::Boolean
Returns
- (::Boolean) — Required. When true, allows callers to create Certificates by specifying a CSR.
#allow_csr_based_issuance=
def allow_csr_based_issuance=(value) -> ::Boolean
Parameter
- value (::Boolean) — Required. When true, allows callers to create Certificates by specifying a CSR.
Returns
- (::Boolean) — Required. When true, allows callers to create Certificates by specifying a CSR.