Class: Google::Cloud::Security::PrivateCA::V1::CaPool::IssuancePolicy::IssuanceModes
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::CaPool::IssuancePolicy::IssuanceModes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/resources.rb
Overview
IssuanceModes specifies the allowed ways in which Certificates may be requested from this CaPool.
Instance Attribute Summary collapse
-
#allow_config_based_issuance ⇒ ::Boolean
Optional.
-
#allow_csr_based_issuance ⇒ ::Boolean
Optional.
Instance Attribute Details
#allow_config_based_issuance ⇒ ::Boolean
Returns Optional. When true, allows callers to create Certificates by specifying a CertificateConfig.
530 531 532 533 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 530 class IssuanceModes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#allow_csr_based_issuance ⇒ ::Boolean
Returns Optional. When true, allows callers to create Certificates by specifying a CSR.
530 531 532 533 |
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 530 class IssuanceModes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |