Interface AssociateRolePermissionAddedMessagePayload

Generated after a successful Add Permissions update action.

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

Properties

Properties

permission: string

The Permission that was added to the AssociateRole.

type: "AssociateRolePermissionAdded"

Generated using TypeDoc