ChangeProperties interface

The properties of a change.

Properties

changeType

The type of the change.

initiatedByList

The list of identities who might initiated the change. The identity could be user name (email address) or the object ID of the Service Principal.

propertyChanges

The list of detailed changes at json property level.

resourceId

The resource id that the change is attached to.

timeStamp

The time when the change is detected.

Property Details

changeType

The type of the change.

changeType?: string

Property Value

string

initiatedByList

The list of identities who might initiated the change. The identity could be user name (email address) or the object ID of the Service Principal.

initiatedByList?: string[]

Property Value

string[]

propertyChanges

The list of detailed changes at json property level.

propertyChanges?: PropertyChange[]

Property Value

resourceId

The resource id that the change is attached to.

resourceId?: string

Property Value

string

timeStamp

The time when the change is detected.

timeStamp?: Date

Property Value

Date