libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.StorageGateway.Types.SMBLocalGroups

Description

 
Synopsis

Documentation

data SMBLocalGroups Source #

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

See: newSMBLocalGroups smart constructor.

Constructors

SMBLocalGroups' 

Fields

  • gatewayAdmins :: Maybe [Text]

    A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1.

    Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.

Instances

Instances details
Eq SMBLocalGroups Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.SMBLocalGroups

Read SMBLocalGroups Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.SMBLocalGroups

Show SMBLocalGroups Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.SMBLocalGroups

Generic SMBLocalGroups Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.SMBLocalGroups

Associated Types

type Rep SMBLocalGroups :: Type -> Type #

NFData SMBLocalGroups Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.SMBLocalGroups

Methods

rnf :: SMBLocalGroups -> () #

Hashable SMBLocalGroups Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.SMBLocalGroups

ToJSON SMBLocalGroups Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.SMBLocalGroups

FromJSON SMBLocalGroups Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.SMBLocalGroups

type Rep SMBLocalGroups Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.SMBLocalGroups

type Rep SMBLocalGroups = D1 ('MetaData "SMBLocalGroups" "Amazonka.StorageGateway.Types.SMBLocalGroups" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "SMBLocalGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayAdmins") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newSMBLocalGroups :: SMBLocalGroups Source #

Create a value of SMBLocalGroups with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:gatewayAdmins:SMBLocalGroups', sMBLocalGroups_gatewayAdmins - A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1.

Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.

sMBLocalGroups_gatewayAdmins :: Lens' SMBLocalGroups (Maybe [Text]) Source #

A list of Active Directory users and groups that have local Gateway Admin permissions. Acceptable formats include: DOMAIN\User1, user1, DOMAIN\group1, and group1.

Gateway Admins can use the Shared Folders Microsoft Management Console snap-in to force-close files that are open and locked.