Class: Google::Cloud::Kms::V1::ShowEffectiveAutokeyConfigResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ShowEffectiveAutokeyConfigResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/autokey_admin.rb
Overview
Response message for ShowEffectiveAutokeyConfig.
Instance Attribute Summary collapse
-
#key_project ⇒ ::String
Name of the key project configured in the resource project's folder ancestry.
Instance Attribute Details
#key_project ⇒ ::String
Returns Name of the key project configured in the resource project's folder ancestry.
112 113 114 115 |
# File 'proto_docs/google/cloud/kms/v1/autokey_admin.rb', line 112 class ShowEffectiveAutokeyConfigResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |