Interface AssociateRolePermissionRemovedMessagePayload

Generated after a successful Remove Permissions update action.

interface AssociateRolePermissionRemovedMessagePayload {
    permission: string;
    type: "AssociateRolePermissionRemoved";
}

Properties

Properties

permission: string

The Permission that was removed from the AssociateRole.

type: "AssociateRolePermissionRemoved"

Generated using TypeDoc