View Source GoogleApi.IAP.V1.Model.ListIdentityAwareProxyClientsResponse (google_api_iap v0.20.2)
Response message for ListIdentityAwareProxyClients.
Attributes
-
identityAwareProxyClients(type:list(GoogleApi.IAP.V1.Model.IdentityAwareProxyClient.t), default:nil) - Clients existing in the brand. -
nextPageToken(type:String.t, default:nil) - A token, which can be send aspage_tokento retrieve the next page. If this field is omitted, there are no subsequent pages.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.IAP.V1.Model.ListIdentityAwareProxyClientsResponse{ identityAwareProxyClients: [GoogleApi.IAP.V1.Model.IdentityAwareProxyClient.t()] | nil, nextPageToken: String.t() | nil }