Module Values.UpdateArgoCdConfigSource

Configuration updates for an Argo CD capability. You only need to specify the fields you want to update.

Sourcetype nonrec t = {
  1. rbacRoleMappings : UpdateRoleMappings.t option;
    (*

    Updated RBAC role mappings for the Argo CD capability. You can add, update, or remove role mappings.

    *)
  2. 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.

    *)
}
Sourceval make : ?rbacRoleMappings:??? -> ?networkAccess:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ] list ]) list ] list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t