Show / Hide Table of Contents

Class ListWorkRequestsRequest

Inheritance
System.Object
ListWorkRequestsRequest
Implements
IOciRequest
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListWorkRequestsRequest : object, IOciRequest
Examples

Click here to see an example of how to use ListWorkRequests request.

Properties

CompartmentId

Declaration
public string CompartmentId { get; set; }
Property Value
Type Description
System.String

The OCID of the compartment (remember that the tenancy is simply the root compartment).

Remarks

Required

Limit

Declaration
public System.Nullable<int> Limit { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

The maximum number of items to return in a paginated &quot;List&quot; call.

Page

Declaration
public string Page { get; set; }
Property Value
Type Description
System.String

The value of the opc-next-page response header from the previous &quot;List&quot; call.

ResourceIdentifier

Declaration
public string ResourceIdentifier { get; set; }
Property Value
Type Description
System.String

The identifier of the resource the work request affects.

Implements

IOciRequest
In This Article
Back to top