Updating the Permissions on an AssociateRole generates an AssociateRolePermissionsSet Message.

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

Properties

Properties

action: "setPermissions"
permissions?: string[]

Overrides the current list of Permissions for the AssociateRole.

Generated using TypeDoc