/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of Active Directory users and groups that have special permissions for
* SMB file shares on the gateway.See Also:
AWS
* API Reference
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.
*/ inline const Aws::VectorA 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.
*/ inline bool GatewayAdminsHasBeenSet() const { return m_gatewayAdminsHasBeenSet; } /** *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.
*/ inline void SetGatewayAdmins(const Aws::VectorA 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.
*/ inline void SetGatewayAdmins(Aws::VectorA 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.
*/ inline SMBLocalGroups& WithGatewayAdmins(const Aws::VectorA 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.
*/ inline SMBLocalGroups& WithGatewayAdmins(Aws::VectorA 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.
*/ inline SMBLocalGroups& AddGatewayAdmins(const Aws::String& value) { m_gatewayAdminsHasBeenSet = true; m_gatewayAdmins.push_back(value); return *this; } /** *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.
*/ inline SMBLocalGroups& AddGatewayAdmins(Aws::String&& value) { m_gatewayAdminsHasBeenSet = true; m_gatewayAdmins.push_back(std::move(value)); return *this; } /** *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.
*/ inline SMBLocalGroups& AddGatewayAdmins(const char* value) { m_gatewayAdminsHasBeenSet = true; m_gatewayAdmins.push_back(value); return *this; } private: Aws::Vector