Class: Google::Iam::V1beta::UndeleteWorkloadIdentityPoolRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The name of the pool to undelete.

Returns:

  • (::String)

    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