Revoke Ip Rules
workspaces_revoke_ip_rules | R Documentation |
Removes one or more rules from the specified IP access control group¶
Description¶
Removes one or more rules from the specified IP access control group.
Usage¶
workspaces_revoke_ip_rules(GroupId, UserRules)
Arguments¶
GroupId |
[required] The identifier of the group. |
UserRules |
[required] The rules to remove from the group. |
Value¶
An empty list.
Request syntax¶
svc$revoke_ip_rules(
GroupId = "string",
UserRules = list(
"string"
)
)