public sealed class ListIdentityAwareProxyClientsResponse : IPageResponse<IdentityAwareProxyClient>, IEnumerable<IdentityAwareProxyClient>, IEnumerable, IMessage<ListIdentityAwareProxyClientsResponse>, IEquatable<ListIdentityAwareProxyClientsResponse>, IDeepCloneable<ListIdentityAwareProxyClientsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListIdentityAwareProxyClientsResponse.
Response message for ListIdentityAwareProxyClients.
Implements
IPageResponseIdentityAwareProxyClient, IEnumerableIdentityAwareProxyClient, IEnumerable, IMessageListIdentityAwareProxyClientsResponse, IEquatableListIdentityAwareProxyClientsResponse, IDeepCloneableListIdentityAwareProxyClientsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Iap.V1Assembly
Google.Cloud.Iap.V1.dll
Constructors
ListIdentityAwareProxyClientsResponse()
public ListIdentityAwareProxyClientsResponse()ListIdentityAwareProxyClientsResponse(ListIdentityAwareProxyClientsResponse)
public ListIdentityAwareProxyClientsResponse(ListIdentityAwareProxyClientsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListIdentityAwareProxyClientsResponse |
Properties
IdentityAwareProxyClients
public RepeatedField<IdentityAwareProxyClient> IdentityAwareProxyClients { get; }Clients existing in the brand.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIdentityAwareProxyClient |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be send as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<IdentityAwareProxyClient> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorIdentityAwareProxyClient |
|