Cloud Controls Partner v1 API - Class ListAccessApprovalRequestsRequest (1.0.0-beta02)

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

Reference documentation and code samples for the Cloud Controls Partner v1 API class ListAccessApprovalRequestsRequest.

Request for getting the access requests associated with a workload.

Inheritance

object > ListAccessApprovalRequestsRequest

Namespace

Google.Cloud.CloudControlsPartner.V1

Assembly

Google.Cloud.CloudControlsPartner.V1.dll

Constructors

ListAccessApprovalRequestsRequest()

public ListAccessApprovalRequestsRequest()

ListAccessApprovalRequestsRequest(ListAccessApprovalRequestsRequest)

public ListAccessApprovalRequestsRequest(ListAccessApprovalRequestsRequest other)
Parameter
Name Description
other ListAccessApprovalRequestsRequest

Properties

Filter

public string Filter { get; set; }

Optional. Filtering results.

Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Optional. Hint for how to order the results.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

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.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A page token, received from a previous ListAccessApprovalRequests call. Provide this to retrieve the subsequent page.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Parent resource Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

Property Value
Type Description
string

ParentAsWorkloadName

public WorkloadName ParentAsWorkloadName { get; set; }

WorkloadName-typed view over the Parent resource name property.

Property Value
Type Description
WorkloadName