Generated after a successful Set Key update action.

interface ApprovalRuleKeySetMessagePayload {
    key?: string;
    oldKey?: string;
    type: "ApprovalRuleKeySet";
}

Properties

Properties

key?: string

Description of the ApprovalRule after the Set Key update action.

oldKey?: string

Description of the ApprovalRule before the Set Key update action.

type: "ApprovalRuleKeySet"