Class: Aws::StorageGateway::Types::SMBLocalGroups
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::SMBLocalGroups
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_admins ⇒ Array<String>
A list of Active Directory users and groups that have local Gateway Admin permissions.
Instance Attribute Details
#gateway_admins ⇒ Array<String>
A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: ‘DOMAINUser1`, `user1`, `DOMAINgroup1`, and `group1`.
Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.
5909 5910 5911 5912 5913 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 5909 class SMBLocalGroups < Struct.new( :gateway_admins) SENSITIVE = [] include Aws::Structure end |