Class: Google::Iam::V1beta::DeleteWorkloadIdentityPoolRequest
- Inherits:
-
Object
- Object
- Google::Iam::V1beta::DeleteWorkloadIdentityPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v1beta/workload_identity_pool.rb
Overview
Request message for DeleteWorkloadIdentityPool.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the pool to delete.
344 345 346 347 |
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 344 class DeleteWorkloadIdentityPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |