Class: Google::Iam::V1beta::ListWorkloadIdentityPoolsRequest

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 ListWorkloadIdentityPools.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of pools to return. If unspecified, at most 50 pools are returned. The maximum value is 1000; values above are 1000 truncated to 1000.

Returns:

  • (::Integer)

    The maximum number of pools to return. If unspecified, at most 50 pools are returned. The maximum value is 1000; values above are 1000 truncated to 1000.



282
283
284
285
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 282

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

#page_token::String

Returns A page token, received from a previous ListWorkloadIdentityPools call. Provide this to retrieve the subsequent page.

Returns:

  • (::String)

    A page token, received from a previous ListWorkloadIdentityPools call. Provide this to retrieve the subsequent page.



282
283
284
285
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 282

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

#parent::String

Returns Required. The parent resource to list pools for.

Returns:

  • (::String)

    Required. The parent resource to list pools for.



282
283
284
285
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 282

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

#show_deleted::Boolean

Returns Whether to return soft-deleted pools.

Returns:

  • (::Boolean)

    Whether to return soft-deleted pools.



282
283
284
285
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 282

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