public sealed class ListIdentityAwareProxyClientsResponse : IPageResponse<IdentityAwareProxyClient>, IEnumerable<IdentityAwareProxyClient>, IEnumerable, IMessage<ListIdentityAwareProxyClientsResponse>, IEquatable<ListIdentityAwareProxyClientsResponse>, IDeepCloneable<ListIdentityAwareProxyClientsResponse>, IBufferMessage, IMessage
Response message for ListIdentityAwareProxyClients.
Implements
IPageResponse<IdentityAwareProxyClient>, IEnumerable<IdentityAwareProxyClient>, IEnumerable, IMessage<ListIdentityAwareProxyClientsResponse>, IEquatable<ListIdentityAwareProxyClientsResponse>, IDeepCloneable<ListIdentityAwareProxyClientsResponse>, 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 |
RepeatedField<IdentityAwareProxyClient> |
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 |
IEnumerator<IdentityAwareProxyClient> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |