Interface AssociateRolePermissionAddedMessagePayload

Generated after a successful Add Permissions update action.

interface AssociateRolePermissionAddedMessagePayload {
    permission: Permission;
    type: "AssociateRolePermissionAdded";
}

Hierarchy (View Summary)

Properties

Properties

permission: Permission

The Permission that was added to the AssociateRole.

type: "AssociateRolePermissionAdded"