public static interface SMBLocalGroups.Builder extends SdkPojo, CopyableBuilder<SMBLocalGroups.Builder,SMBLocalGroups>
| Modifier and Type | Method and Description |
|---|---|
SMBLocalGroups.Builder |
gatewayAdmins(Collection<String> gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions.
|
SMBLocalGroups.Builder |
gatewayAdmins(String... gatewayAdmins)
A list of Active Directory users and groups that have local Gateway Admin permissions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSMBLocalGroups.Builder gatewayAdmins(Collection<String> 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.
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.Builder gatewayAdmins(String... 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.
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.
Copyright © 2022. All rights reserved.