Class ListIdentityAwareProxyClientsResponse (2.0.0)

public sealed class ListIdentityAwareProxyClientsResponse : IPageResponse<IdentityAwareProxyClient>, IEnumerable<IdentityAwareProxyClient>, IEnumerable, IMessage<ListIdentityAwareProxyClientsResponse>, IEquatable<ListIdentityAwareProxyClientsResponse>, IDeepCloneable<ListIdentityAwareProxyClientsResponse>, IBufferMessage, IMessage

Response message for ListIdentityAwareProxyClients.

Inheritance

Object > ListIdentityAwareProxyClientsResponse

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

ListIdentityAwareProxyClientsResponse()

public ListIdentityAwareProxyClientsResponse()

ListIdentityAwareProxyClientsResponse(ListIdentityAwareProxyClientsResponse)

public ListIdentityAwareProxyClientsResponse(ListIdentityAwareProxyClientsResponse other)
Parameter
NameDescription
otherListIdentityAwareProxyClientsResponse

Properties

IdentityAwareProxyClients

public RepeatedField<IdentityAwareProxyClient> IdentityAwareProxyClients { get; }

Clients existing in the brand.

Property Value
TypeDescription
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
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<IdentityAwareProxyClient> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<IdentityAwareProxyClient>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator