Skip to content

Update Rules Of Ip Group

workspaces_update_rules_of_ip_group R Documentation

Replaces the current rules of the specified IP access control group with the specified rules

Description

Replaces the current rules of the specified IP access control group with the specified rules.

Usage

workspaces_update_rules_of_ip_group(GroupId, UserRules)

Arguments

GroupId

[required] The identifier of the group.

UserRules

[required] One or more rules.

Value

An empty list.

Request syntax

svc$update_rules_of_ip_group(
  GroupId = "string",
  UserRules = list(
    list(
      ipRule = "string",
      ruleDesc = "string"
    )
  )
)