Class: Google::Iam::V1beta::ListWorkloadIdentityPoolsRequest
- Inherits:
-
Object
- Object
- Google::Iam::V1beta::ListWorkloadIdentityPoolsRequest
- 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
-
#page_size ⇒ ::Integer
The maximum number of pools to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListWorkloadIdentityPools
call. -
#parent ⇒ ::String
Required.
-
#show_deleted ⇒ ::Boolean
Whether to return soft-deleted pools.
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.
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.
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.
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.
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 |