Values.UpdateRoleMappingsSourceUpdates to RBAC role mappings for an Argo CD capability. You can add, update, or remove role mappings in a single operation.
type nonrec t = {addOrUpdateRoleMappings : ArgoCdRoleMappingList.t option;A list of role mappings to add or update. If a mapping for the specified role already exists, it will be updated with the new identities. If it doesn't exist, a new mapping will be created.
*)removeRoleMappings : ArgoCdRoleMappingList.t option;A list of role mappings to remove from the RBAC configuration. Each mapping specifies an Argo CD role (ADMIN, EDITOR, or VIEWER) and the identities to remove from that role.
*)}