Values.UpdateConnectorV2RequestSourceGrants permission to update a connectorV2 based on its id and input parameters.
type nonrec t = {connectorId : NonEmptyString.t;The UUID of the connectorV2 to identify connectorV2 resource.
*)description : NonEmptyString.t option;The description of the connectorV2.
*)provider : ProviderUpdateConfiguration.t option;The third-party provider’s service configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of NonEmptyString.t ]) list ])
list ])
list ]