Class: Google::Cloud::Iap::V1::ListIdentityAwareProxyClientsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iap/v1/service.rb

Overview

Response message for ListIdentityAwareProxyClients.

Instance Attribute Summary collapse

Instance Attribute Details

#identity_aware_proxy_clients::Array<::Google::Cloud::Iap::V1::IdentityAwareProxyClient>

Returns Clients existing in the brand.

Returns:



502
503
504
505
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 502

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

#next_page_token::String

Returns A token, which can be send 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 send as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



502
503
504
505
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 502

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