Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AccessRequest

An access request to a customer's resource. An access request is a subsidiary resource of the Lockbox entity.

Properties

accessDuration

accessDuration: string

The maximum amount of time operator has access to associated resources.

activityLogs

activityLogs: Array<ActivityLog>

The actions taken by different persona on the access request, e.g. approve/deny/revoke

Optional context

context: undefined | object

The context object containing the access request specific details.

description

description: string

The rationale for requesting the access request and any other related details..

displayName

displayName: string

The name of the access request.

id

id: string

The unique identifier (OCID) of the access request, which can't be changed after creation.

lifecycleState

lifecycleState: LifecycleState

Possible access request lifecycle states.

lifecycleStateDetails

lifecycleStateDetails: LifecycleStateDetails

Details of access request lifecycle state.

lockboxId

lockboxId: string

The unique identifier (OCID) of the lockbox box that the access request is associated with, which can't be changed after creation.

reminderCount

reminderCount: number

The count of times the access request was reminded. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

requestorId

requestorId: string

The unique identifier of the requestor.

requestorLocation

requestorLocation: string

The location of the requestor. Format with be two letters indicatiog operator's country code defined by https://jira-sd.mc1.oracleiaas.com/browse/SSD-17880 Example: {@code US}

timeCreated

timeCreated: Date

The time the access request was created. Format is defined by RFC3339. Example: {@code 2020-01-25T21:10:29.600Z}

timeExpired

timeExpired: Date

The time the access request expired. Format is defined by RFC3339. Example: {@code 2020-01-25T21:10:29.600Z}

timeReminded

timeReminded: Date

The time the access request was last reminded. Format is defined by RFC3339. Example: {@code 2020-01-25T21:10:29.600Z}

timeUpdated

timeUpdated: Date

The time the access request was last updated. Format is defined by RFC3339. Example: {@code 2020-01-25T21:10:29.600Z}

Functions

getDeserializedJsonObj

getJsonObj