Skip to content

Update Smb Local Groups

storagegateway_update_smb_local_groups R Documentation

Updates the list of Active Directory users and groups that have special permissions for SMB file shares on the gateway

Description

Updates the list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.

Usage

storagegateway_update_smb_local_groups(GatewayARN, SMBLocalGroups)

Arguments

GatewayARN

[required]

SMBLocalGroups

[required] A list of Active Directory users and groups that you want to grant special permissions for SMB file shares on the gateway.

Value

A list with the following syntax:

list(
  GatewayARN = "string"
)

Request syntax

svc$update_smb_local_groups(
  GatewayARN = "string",
  SMBLocalGroups = list(
    GatewayAdmins = list(
      "string"
    )
  )
)