Class: Google::Iam::V1beta::ListWorkloadIdentityPoolProvidersResponse

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

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.



388
389
390
391
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 388

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

#workload_identity_pool_providers::Array<::Google::Iam::V1beta::WorkloadIdentityPoolProvider>

Returns A list of providers.

Returns:



388
389
390
391
# File 'proto_docs/google/iam/v1beta/workload_identity_pool.rb', line 388

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