Show / Hide Table of Contents

Class IamWorkRequestResource

(For tenancies that support identity domains) A IAM work request resource entry.

Inheritance
System.Object
IamWorkRequestResource
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class IamWorkRequestResource : object

Properties

ActionType

Declaration
public System.Nullable<IamWorkRequestResource.ActionTypeEnum> ActionType { get; set; }
Property Value
Type Description
System.Nullable<IamWorkRequestResource.ActionTypeEnum>

The way in which this resource is affected by the work tracked in the work request. A resource being created, updated, or deleted will remain in the IN_PROGRESS state until work is complete for that resource at which point it will transition to CREATED, UPDATED, or DELETED, respectively.

Remarks

Required

EntityType

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

The resource type the work request is affects.

Remarks

Required

EntityUri

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

The URI path that the user can do a GET on to access the resource metadata.

Identifier

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

An OCID of the resource that the work request affects.

Remarks

Required

In This Article
Back to top