Class: Google::Cloud::Kms::Inventory::V1::GetProtectedResourcesSummaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::Inventory::V1::GetProtectedResourcesSummaryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/inventory/v1/key_tracking_service.rb
Overview
Request message for KeyTrackingService.GetProtectedResourcesSummary.
Instance Attribute Summary collapse
-
#fallback_scope ⇒ ::Google::Cloud::Kms::Inventory::V1::FallbackScope
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#fallback_scope ⇒ ::Google::Cloud::Kms::Inventory::V1::FallbackScope
Returns Optional. The scope to use if the kms organization service account is not configured.
35 36 37 38 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_tracking_service.rb', line 35 class GetProtectedResourcesSummaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the CryptoKey.
35 36 37 38 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_tracking_service.rb', line 35 class GetProtectedResourcesSummaryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |