Values.UpdateArgoCdConfigSourceConfiguration updates for an Argo CD capability. You only need to specify the fields you want to update.
type nonrec t = {rbacRoleMappings : UpdateRoleMappings.t option;Updated RBAC role mappings for the Argo CD capability. You can add, update, or remove role mappings.
*)networkAccess : ArgoCdNetworkAccessConfigRequest.t option;Updated network access configuration for the Argo CD capability's managed API server endpoint. You can add or remove VPC endpoint associations to control which VPCs have private access to the Argo CD server.
*)}