Show / Hide Table of Contents

Class ListIamWorkRequestErrorsRequest

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

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

Properties

IamWorkRequestId

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

The OCID of the IAM work request.

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.

OpcRequestId

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

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

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.

SortOrder

Declaration
public System.Nullable<ListIamWorkRequestErrorsRequest.SortOrderEnum> SortOrder { get; set; }
Property Value
Type Description
System.Nullable<ListIamWorkRequestErrorsRequest.SortOrderEnum>

The sort order to use, either ascending (ASC) or descending (DESC). The NAME sort order is case sensitive.

Implements

IOciRequest
In This Article
Back to top