Class: Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/resources.rb
Overview
A ReusableConfig refers to a managed ReusableConfigValues. Those, in turn, are used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Optional.
-
#name ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#values ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigValues
Required.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this ReusableConfig was created.
526 527 528 529 530 531 532 533 534 535 536 537 538 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 526 class ReusableConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Optional. A human-readable description of scenarios these ReusableConfigValues may be compatible with.
526 527 528 529 530 531 532 533 534 535 536 537 538 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 526 class ReusableConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Optional. Labels with user-defined metadata.
526 527 528 529 530 531 532 533 534 535 536 537 538 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 526 class ReusableConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String (readonly)
Returns Output only. The resource path for this ReusableConfig in the format
projects/*/locations/*/reusableConfigs/*
.
526 527 528 529 530 531 532 533 534 535 536 537 538 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 526 class ReusableConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time at which this ReusableConfig was updated.
526 527 528 529 530 531 532 533 534 535 536 537 538 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 526 class ReusableConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#values ⇒ ::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigValues
Returns Required. The config values.
526 527 528 529 530 531 532 533 534 535 536 537 538 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/resources.rb', line 526 class ReusableConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |