Reference documentation and code samples for the Google Cloud Iap V1 Client class ListIdentityAwareProxyClientsResponse.
Response message for ListIdentityAwareProxyClients.
Generated from protobuf message google.cloud.iap.v1.ListIdentityAwareProxyClientsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ identity_aware_proxy_clients
↳ next_page_token
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.
getIdentityAwareProxyClients
Clients existing in the brand.
Generated from protobuf field repeated .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_clients = 1;
Google\Protobuf\Internal\RepeatedField
setIdentityAwareProxyClients
Clients existing in the brand.
Generated from protobuf field repeated .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_clients = 1;
$this
getNextPageToken
A token, which can be send as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
A token, which can be send as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Generated from protobuf field string next_page_token = 2;
var
string
$this