Class AccessPoliciesResource.AccessLevelsResource.ListRequest
Lists all access levels for an access policy.
Inheritance
AccessPoliciesResource.AccessLevelsResource.ListRequest
  Inherited Members
Namespace: Google.Apis.AccessContextManager.v1
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class AccessPoliciesResource.AccessLevelsResource.ListRequest : AccessContextManagerBaseServiceRequest<ListAccessLevelsResponse>, IClientServiceRequest<ListAccessLevelsResponse>, IClientServiceRequestConstructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | |
| string | parent | 
Properties
AccessLevelFormat
Whether to return BasicLevels in the Cloud Common Expression language, as CustomLevels, rather
than as BasicLevels. Defaults to returning AccessLevels in the format they were defined.
Declaration
[RequestParameter("accessLevelFormat", RequestParameterType.Query)]
public virtual AccessPoliciesResource.AccessLevelsResource.ListRequest.AccessLevelFormatEnum? AccessLevelFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| AccessPoliciesResource.AccessLevelsResource.ListRequest.AccessLevelFormatEnum? | 
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
PageSize
Number of Access Levels to include in the list. Default 100.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
PageToken
Next page token for the next batch of Access Level instances. Defaults to the first page of results.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Parent
Required. Resource name for the access policy to list Access Levels from. Format:
accessPolicies/{policy_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }Property Value
| Type | Description | 
|---|---|
| string | 
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()