Class: Google::Cloud::Kms::V1::ShowEffectiveAutokeyConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ShowEffectiveAutokeyConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/autokey_admin.rb
Overview
Request message for ShowEffectiveAutokeyConfig.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Name of the resource project to the show effective Cloud KMS Autokey configuration for. This may be helpful for interrogating the effect of nested folder configurations on a given resource project.
101 102 103 104 |
# File 'proto_docs/google/cloud/kms/v1/autokey_admin.rb', line 101 class ShowEffectiveAutokeyConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |