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

public sealed class ListIdentityAwareProxyClientsRequest : IPageRequest, IMessage<ListIdentityAwareProxyClientsRequest>, IEquatable<ListIdentityAwareProxyClientsRequest>, IDeepCloneable<ListIdentityAwareProxyClientsRequest>, IBufferMessage, IMessage

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

The request sent to ListIdentityAwareProxyClients.

Inheritance

object > ListIdentityAwareProxyClientsRequest

Namespace

Google.Cloud.Iap.V1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

ListIdentityAwareProxyClientsRequest()

public ListIdentityAwareProxyClientsRequest()

ListIdentityAwareProxyClientsRequest(ListIdentityAwareProxyClientsRequest)

public ListIdentityAwareProxyClientsRequest(ListIdentityAwareProxyClientsRequest other)
Parameter
NameDescription
otherListIdentityAwareProxyClientsRequest

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

Parent

public string Parent { get; set; }

Required. Full brand path. In the following format: projects/{project_number/id}/brands/{brand}.

Property Value
TypeDescription
string