Class: Google::Iam::V1beta::UndeleteWorkloadIdentityPoolRequest
- Inherits:
-
Object
- Object
- Google::Iam::V1beta::UndeleteWorkloadIdentityPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1beta/workload_identity_pool.rb
Overview
Request message for UndeleteWorkloadIdentityPool.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the pool to undelete.
353 354 355 356 |
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 353 class UndeleteWorkloadIdentityPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |