Struct aws_sdk_storagegateway::model::SmbLocalGroups
source · [−]#[non_exhaustive]pub struct SmbLocalGroups { /* private fields */ }
Expand description
A list of Active Directory users and groups that have special permissions for SMB file shares on the gateway.
Implementations
sourceimpl SmbLocalGroups
impl SmbLocalGroups
sourcepub fn gateway_admins(&self) -> Option<&[String]>
pub fn gateway_admins(&self) -> Option<&[String]>
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.
sourceimpl SmbLocalGroups
impl SmbLocalGroups
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SmbLocalGroups
.
Trait Implementations
sourceimpl Clone for SmbLocalGroups
impl Clone for SmbLocalGroups
sourcefn clone(&self) -> SmbLocalGroups
fn clone(&self) -> SmbLocalGroups
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SmbLocalGroups
impl Debug for SmbLocalGroups
sourceimpl PartialEq<SmbLocalGroups> for SmbLocalGroups
impl PartialEq<SmbLocalGroups> for SmbLocalGroups
sourcefn eq(&self, other: &SmbLocalGroups) -> bool
fn eq(&self, other: &SmbLocalGroups) -> bool
impl StructuralPartialEq for SmbLocalGroups
Auto Trait Implementations
impl RefUnwindSafe for SmbLocalGroups
impl Send for SmbLocalGroups
impl Sync for SmbLocalGroups
impl Unpin for SmbLocalGroups
impl UnwindSafe for SmbLocalGroups
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more