Change event attributes.

Hierarchy

  • ChangeEventCustomAttributes

Constructors

Properties

The entity that made the change. Optional, if provided it must include type and name.

changeMetadata?: {
    [key: string]: any;
}

Free form JSON object with information related to the change event. Supports up to 100 properties per object and a maximum nesting depth of 10 levels.

Type declaration

  • [key: string]: any

A uniquely identified resource.

A list of resources impacted by this change. It is recommended to provide an impacted resource to display the change event at the correct location. Only resources of type service are supported. Maximum of 100 impacted resources allowed.

newValue?: {
    [key: string]: any;
}

Free form JSON object representing the new state of the changed resource.

Type declaration

  • [key: string]: any
prevValue?: {
    [key: string]: any;
}

Free form JSON object representing the previous state of the changed resource.

Type declaration

  • [key: string]: any

Generated using TypeDoc