Class: Google::Iam::V1beta::ListWorkloadIdentityPoolsResponse

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

Response message for ListWorkloadIdentityPools.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



295
296
297
298
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 295

class ListWorkloadIdentityPoolsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#workload_identity_pools::Array<::Google::Iam::V1beta::WorkloadIdentityPool>

Returns A list of pools.

Returns:



295
296
297
298
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 295

class ListWorkloadIdentityPoolsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end