Module Values.RejectEnvironmentAccountConnectionInputSource

In 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.

Sourcetype nonrec t = {
  1. id : EnvironmentAccountConnectionId.t;
    (*

    The ID of the environment account connection to reject.

    *)
}
Sourceval context_ : string
Sourceval make : id:EnvironmentAccountConnectionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of EnvironmentAccountConnectionId.t ]) 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