Skip to content

Associate Ip Groups

workspaces_associate_ip_groups R Documentation

Associates the specified IP access control group with the specified directory

Description

Associates the specified IP access control group with the specified directory.

Usage

workspaces_associate_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$associate_ip_groups(
  DirectoryId = "string",
  GroupIds = list(
    "string"
  )
)