Updating the Permissions on an AssociateRole generates an AssociateRolePermissionsSet Message.

interface AssociateRoleSetPermissionsAction {
    action: "setPermissions";
    permissions?: string[];
}

Hierarchy (View Summary)

Properties

Properties

action: "setPermissions"
permissions?: string[]

Overrides the current list of Permissions for the AssociateRole.