Class: Google::Cloud::Security::PrivateCA::V1::CaPool::IssuancePolicy::IssuanceModes

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#allow_config_based_issuance::Boolean

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

Returns:



508
509
510
511
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 508

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.

Returns:

  • (::Boolean)

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



508
509
510
511
# File 'proto_docs/google/cloud/security/privateca/v1/resources.rb', line 508

class IssuanceModes
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end