Struct aws_sdk_storagegateway::model::smb_local_groups::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SmbLocalGroups
Implementations
Appends an item to gateway_admins
.
To override the contents of this collection use set_gateway_admins
.
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.
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.
Consumes the builder and constructs a SmbLocalGroups
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more