Values.RejectEnvironmentAccountConnectionInputSourceIn a management account, reject an environment account connection from another environment account. After you reject an environment account connection request, you can't accept or use the rejected environment account connection. You canโt reject an environment account connection that's connected to an environment. For more information, see Environment account connections in the Proton User guide.
type nonrec t = {id : EnvironmentAccountConnectionId.t;The ID of the environment account connection to reject.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of EnvironmentAccountConnectionId.t ]) list ]