Disassociate Ip Groups
workspaces_disassociate_ip_groups | R Documentation |
Disassociates the specified IP access control group from the specified directory¶
Description¶
Disassociates the specified IP access control group from the specified directory.
Usage¶
workspaces_disassociate_ip_groups(DirectoryId, GroupIds)
Arguments¶
DirectoryId |
[required] The identifier of the directory. |
GroupIds |
[required] The identifiers of one or more IP access control groups. |
Value¶
An empty list.
Request syntax¶
svc$disassociate_ip_groups(
DirectoryId = "string",
GroupIds = list(
"string"
)
)