Class: Google::Cloud::Iap::V1::ListIdentityAwareProxyClientsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::ListIdentityAwareProxyClientsResponse
- 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
-
#identity_aware_proxy_clients ⇒ ::Array<::Google::Cloud::Iap::V1::IdentityAwareProxyClient>
Clients existing in the brand.
-
#next_page_token ⇒ ::String
A token, which can be send as
page_token
to retrieve the next page.
Instance Attribute Details
#identity_aware_proxy_clients ⇒ ::Array<::Google::Cloud::Iap::V1::IdentityAwareProxyClient>
Returns Clients existing in the brand.
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.
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 |