Values.UpdateConnectionApiKeyAuthRequestParametersSourceContains the API key authorization parameters to use to update the connection.
type nonrec t = {apiKeyName : AuthHeaderParameters.t option;The name of the API key to use for authorization.
*)apiKeyValue : AuthHeaderParametersSensitive.t option;The value associated with the API key to use for authorization.
*)}