Information about an alert dismissal

interface Dismissal {
    dismissalId?: number;
    dismissalType?: DismissalType;
    message?: string;
    requestedOn?: Date;
    stateChangedBy?: string;
    stateChangedByIdentity?: IdentityRef;
}

Properties

dismissalId?: number

Unique ID for this dismissal

dismissalType?: DismissalType

Reason for the dismissal

message?: string

Informational message attached to the dismissal

requestedOn?: Date
stateChangedBy?: string

Identity that dismissed the alert

stateChangedByIdentity?: IdentityRef

Identity that dismissed the alert