google_api_iap v0.12.0 GoogleApi.IAP.V1.Model.ListIdentityAwareProxyClientsResponse View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.IAP.V1.Model.ListIdentityAwareProxyClientsResponse{
identityAwareProxyClients: [
GoogleApi.IAP.V1.Model.IdentityAwareProxyClient.t()
],
nextPageToken: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.