Cloud Identity-Aware Proxy v1 API - Class ListIdentityAwareProxyClientsResponse (2.6.0)

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

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListIdentityAwareProxyClientsResponse.

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
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<IdentityAwareProxyClient> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorIdentityAwareProxyClient