Show / Hide Table of Contents

Class WorkRequestResource

The resource entity.

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

Properties

ActionType

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

The way in which this resource was affected by the work tracked by the work request.

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

The resource identifier the work request affects.

Remarks

Required

In This Article
Back to top