Class OrganizationsResource.LocationsResource.CustomersResource.WorkloadsResource.AccessApprovalRequestsResource.ListRequest
Deprecated: Only returns access approval requests directly associated with an assured workload folder.
Inheritance
OrganizationsResource.LocationsResource.CustomersResource.WorkloadsResource.AccessApprovalRequestsResource.ListRequest
Inherited Members
Namespace: Google.Apis.CloudControlsPartnerService.v1
Assembly: Google.Apis.CloudControlsPartnerService.v1.dll
Syntax
public class OrganizationsResource.LocationsResource.CustomersResource.WorkloadsResource.AccessApprovalRequestsResource.ListRequest : CloudControlsPartnerServiceBaseServiceRequest<ListAccessApprovalRequestsResponse>, IClientServiceRequest<ListAccessApprovalRequestsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
Filter
Optional. Filtering results.
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
OrderBy
Optional. Hint for how to order the results.
Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
Optional. The maximum number of access requests to return. The service may return fewer than this value. If unspecified, at most 500 access requests will be returned.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Optional. A page token, received from a previous ListAccessApprovalRequests
call.
Provide this to retrieve the subsequent page.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. Parent resource Format:
organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}
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()