Class: Google::Iam::V1beta::GetWorkloadIdentityPoolRequest
- Inherits:
-
Object
- Object
- Google::Iam::V1beta::GetWorkloadIdentityPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1beta/workload_identity_pool.rb
Overview
Request message for GetWorkloadIdentityPool.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the pool to retrieve.
304 305 306 307 |
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 304 class GetWorkloadIdentityPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |