Values_4.RevokeClientVpnIngressRequestSourceRemoves an ingress authorization rule from a Client VPN endpoint.
type nonrec t = {clientVpnEndpointId : Values_2.ClientVpnEndpointId.t;The ID of the Client VPN endpoint with which the authorization rule is associated.
*)targetNetworkCidr : Values_0.String_.t;The IPv4 address range, in CIDR notation, of the network for which access is being removed.
*)accessGroupId : Values_0.String_.t option;The ID of the Active Directory group for which to revoke access.
*)revokeAllGroups : Values_0.Boolean.t option;Indicates whether access should be revoked for all groups for a single TargetNetworkCidr that earlier authorized ingress for all groups using AuthorizeAllGroups. This does not impact other authorization rules that allowed ingress to the same TargetNetworkCidr with a specific AccessGroupId.
*)dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)}val make :
?accessGroupId:??? ->
?revokeAllGroups:??? ->
?dryRun:??? ->
clientVpnEndpointId:Values_2.ClientVpnEndpointId.t ->
targetNetworkCidr:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_2.ClientVpnEndpointId.t ])
list ]