Class: Google::Iam::V1beta::ListWorkloadIdentityPoolsResponse
- Inherits:
-
Object
- Object
- Google::Iam::V1beta::ListWorkloadIdentityPoolsResponse
- 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
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#workload_identity_pools ⇒ ::Array<::Google::Iam::V1beta::WorkloadIdentityPool>
A list of pools.
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.
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.
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 |