Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Smb Local Groups Structure

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

Type: object Properties: 1
BackupFile StorageGatewayHybrid CloudStorage

SMBLocalGroups is a JSON Structure definition published by Amazon Storage Gateway, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GatewayAdmins

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-smb-local-groups-structure.json",
  "name": "SMBLocalGroups",
  "description": "A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.",
  "properties": {
    "GatewayAdmins": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserList"
        },
        {
          "description": "<p>A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: <code>DOMAIN\\User1</code>, <code>user1</code>, <code>DOMAIN\\group1</code>, and <code>group1</code>.</p> <p>Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.</p>"
        }
      ]
    }
  }
}