Show / Hide Table of Contents

Class PoliciesResource.ListRequest

List Policies

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListPoliciesResponse>
CloudIdentityBaseServiceRequest<ListPoliciesResponse>
PoliciesResource.ListRequest
Implements
IClientServiceRequest<ListPoliciesResponse>
IClientServiceRequest
Inherited Members
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.Xgafv
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.AccessToken
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.Alt
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.Callback
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.Fields
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.Key
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.OauthToken
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.PrettyPrint
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.QuotaUser
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.UploadType
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.UploadProtocol
ClientServiceRequest<ListPoliciesResponse>.Execute()
ClientServiceRequest<ListPoliciesResponse>.ExecuteAsStream()
ClientServiceRequest<ListPoliciesResponse>.ExecuteAsync()
ClientServiceRequest<ListPoliciesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListPoliciesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListPoliciesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListPoliciesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListPoliciesResponse>.GenerateRequestUri()
ClientServiceRequest<ListPoliciesResponse>.GetBody()
ClientServiceRequest<ListPoliciesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListPoliciesResponse>.ETagAction
ClientServiceRequest<ListPoliciesResponse>.ModifyRequest
ClientServiceRequest<ListPoliciesResponse>.ValidateParameters
ClientServiceRequest<ListPoliciesResponse>.ApiVersion
ClientServiceRequest<ListPoliciesResponse>.RequestParameters
ClientServiceRequest<ListPoliciesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class PoliciesResource.ListRequest : CloudIdentityBaseServiceRequest<ListPoliciesResponse>, IClientServiceRequest<ListPoliciesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Filter

Optional. A CEL expression for filtering the results. Policies can be filtered by application with this expression: setting.type.matches('^settings/gmail\..$') Policies can be filtered by setting type with this expression: setting.type.matches('^.\.service_status$') A maximum of one of the above setting.type clauses can be used. Policies can be filtered by customer with this expression: customer == "customers/{customer}" Where customer is the id from the Admin SDK Customer resource. You may use customers/my_customer to specify your own organization. When no customer is mentioned it will be default to customers/my_customer. A maximum of one customer clause can be used. The above clauses can only be combined together in a single filter expression with the &amp;&amp; operator.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPoliciesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPoliciesResponse>.MethodName

PageSize

Optional. The maximum number of results to return. The service can return fewer than this number. If omitted or set to 0, the default is 50 results per page. The maximum allowed value is 100. page_size values greater than 100 default to 100.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The pagination token received from a prior call to PoliciesService.ListPolicies to retrieve the next page of results. When paginating, all other parameters provided to ListPoliciesRequest must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListPoliciesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudIdentityBaseServiceRequest<ListPoliciesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX