Show / Hide Table of Contents

Class GetIamWorkRequestRequest

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

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

Properties

IamWorkRequestId

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

The OCID of the IAM work request.

Remarks

Required

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.

Implements

IOciRequest
In This Article
Back to top