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] The Amazon Resource Name (ARN) of the gateway. Use the list_gateways operation to return a list of gateways for your account and Amazon Web Services Region.

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"
    )
  )
)