Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Alert

The details of a Data Safe Alert, that shows alerts generated by a Data Safe feature.

Properties

Optional alertType

alertType: model.AlertType

Type of the alert. Indicates the Data Safe feature triggering the alert.

Optional comment

comment: undefined | string

A comment for the alert. Entered by the user.

compartmentId

compartmentId: string

The OCID of the compartment that contains the alert.

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags

Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}

Optional description

description: undefined | string

The description of the alert.

displayName

displayName: string

The display name of the alert.

Optional featureDetails

featureDetails: undefined | object

Map that contains maps of values. Example: {@code {"Operations": {"CostCenter": "42"}}}

Optional freeformTags

freeformTags: undefined | object

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags

Example: {@code {\"Department\": \"Finance\"}}

id

id: string

The OCID of the alert.

lifecycleState

lifecycleState: AlertLifecycleState

The current state of the alert.

Optional operation

operation: undefined | string

The operation (event) that triggered alert.

Optional operationStatus

operationStatus: OperationStatus

The result of the operation (event) that triggered alert.

Optional operationTime

operationTime: Date

Creation date and time of the operation that triggered alert, in the format defined by RFC3339.

Optional policyId

policyId: undefined | string

The OCID of the policy that triggered alert.

Optional resourceName

resourceName: undefined | string

The resource endpoint that triggered the alert.

Optional severity

severity: model.AlertSeverity

Severity level of the alert.

Optional status

status: model.AlertStatus

The status of the alert.

Optional systemTags

systemTags: undefined | object

System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {@code {"orcl-cloud": {"free-tier-retained": "true"}}}

Optional targetIds

targetIds: Array<string>

Array of OCIDs of the target database which are associated with the alert.

Optional targetNames

targetNames: Array<string>

Array of names of the target database.

timeCreated

timeCreated: Date

Creation date and time of the alert, in the format defined by RFC3339.

timeUpdated

timeUpdated: Date

Last date and time the alert was updated, in the format defined by RFC3339.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Alert): object

getJsonObj

  • getJsonObj(obj: Alert): object