public sealed class ListIdentityAwareProxyClientsRequest : IPageRequest, IMessage<ListIdentityAwareProxyClientsRequest>, IEquatable<ListIdentityAwareProxyClientsRequest>, IDeepCloneable<ListIdentityAwareProxyClientsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListIdentityAwareProxyClientsRequest.
The request sent to ListIdentityAwareProxyClients.
Implements
IPageRequest, IMessageListIdentityAwareProxyClientsRequest, IEquatableListIdentityAwareProxyClientsRequest, IDeepCloneableListIdentityAwareProxyClientsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
ListIdentityAwareProxyClientsRequest()
public ListIdentityAwareProxyClientsRequest()ListIdentityAwareProxyClientsRequest(ListIdentityAwareProxyClientsRequest)
public ListIdentityAwareProxyClientsRequest(ListIdentityAwareProxyClientsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListIdentityAwareProxyClientsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of clients to return. The service may return fewer than this value. If unspecified, at most 100 clients will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A page token, received from a previous ListIdentityAwareProxyClients
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListIdentityAwareProxyClients must match the call that provided the page
token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Full brand path. In the following format: projects/{project_number/id}/brands/{brand}.
| Property Value | |
|---|---|
| Type | Description |
string |
|