Given a Policy ID, JSON PATCH the rule (add or remove).Args entity_id: ID of the role to be patched rule: The rule to add or remove operation: The operation to perform, either “add” or “remove” Returns Updated Entity
Given a Role ID, JSON PATCH the policies.Args entity_id: ID of the role to be patched policy_id: ID of the policy to be added or removed operation: Operation to be performed. Either ‘add’ or ‘remove’ Returns Updated Entity