Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace IamWorkRequest

(For tenancies that support identity domains) An IAM work request object that allows users to track the status of asynchronous API requests.

Properties

Optional compartmentId

compartmentId: undefined | string

The OCID of the compartment containing this IAM work request.

id

id: string

The OCID of the work request.

operationType

operationType: OperationType

The asynchronous operation tracked by this IAM work request.

Optional percentComplete

percentComplete: undefined | number

How much progress the operation has made. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional resources

The resources this work request affects.

status

status: Status

The status of the work request.

Optional timeAccepted

timeAccepted: Date

Date and time the work was accepted, in the format defined by RFC3339. Example: {@code 2016-08-25T21:10:29.600Z}

Optional timeFinished

timeFinished: Date

Date and time the work completed, in the format defined by RFC3339. Example: {@code 2016-08-25T21:10:29.600Z}

Optional timeStarted

timeStarted: Date

Date and time the work started, in the format defined by RFC3339. Example: {@code 2016-08-25T21:10:29.600Z}

Functions

getDeserializedJsonObj

getJsonObj