The list of accounts within the organization that the specified Firewall Manager administrator either can or cannot apply policies to, based on the value of ExcludeSpecifiedAccounts
. If ExcludeSpecifiedAccounts
is set to true
, then the Firewall Manager administrator can apply policies to all members of the organization except for the accounts in this list. If ExcludeSpecifiedAccounts
is set to false
, then the Firewall Manager administrator can only apply policies to the accounts in this list.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_AccountScope_Accounts |
-AccountScope_AllAccountsEnabled <
Boolean>
A boolean value that indicates if the administrator can apply policies to all accounts within an organization. If true, the administrator can apply policies to all accounts within the organization. You can either enable management of all accounts through this operation, or you can specify a list of accounts to manage in AccountScope$Accounts
. You cannot specify both.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_AccountScope_AllAccountsEnabled |
-AccountScope_ExcludeSpecifiedAccount <
Boolean>
A boolean value that excludes the accounts in AccountScope$Accounts
from the administrator's scope. If true, the Firewall Manager administrator can apply policies to all members of the organization except for the accounts listed in AccountScope$Accounts
. You can either specify a list of accounts to exclude by AccountScope$Accounts
, or you can enable management of all accounts by AccountScope$AllAccountsEnabled
. You cannot specify both.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_AccountScope_ExcludeSpecifiedAccounts |
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Amazon.PowerShell.Cmdlets.FMS.AmazonFMSClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OrganizationalUnitScope_AllOrganizationalUnitsEnabled <
Boolean>
A boolean value that indicates if the administrator can apply policies to all OUs within an organization. If true, the administrator can manage all OUs within the organization. You can either enable management of all OUs through this operation, or you can specify OUs to manage in OrganizationalUnitScope$OrganizationalUnits
. You cannot specify both.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_OrganizationalUnitScope_AllOrganizationalUnitsEnabled |
-OrganizationalUnitScope_ExcludeSpecifiedOrganizationalUnit <
Boolean>
A boolean value that excludes the OUs in OrganizationalUnitScope$OrganizationalUnits
from the administrator's scope. If true, the Firewall Manager administrator can apply policies to all OUs in the organization except for the OUs listed in OrganizationalUnitScope$OrganizationalUnits
. You can either specify a list of OUs to exclude by OrganizationalUnitScope$OrganizationalUnits
, or you can enable management of all OUs by OrganizationalUnitScope$AllOrganizationalUnitsEnabled
. You cannot specify both.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_OrganizationalUnitScope_ExcludeSpecifiedOrganizationalUnits |
-OrganizationalUnitScope_OrganizationalUnit <
String[]>
The list of OUs within the organization that the specified Firewall Manager administrator either can or cannot apply policies to, based on the value of OrganizationalUnitScope$ExcludeSpecifiedOrganizationalUnits
. If OrganizationalUnitScope$ExcludeSpecifiedOrganizationalUnits
is set to true
, then the Firewall Manager administrator can apply policies to all OUs in the organization except for the OUs in this list. If OrganizationalUnitScope$ExcludeSpecifiedOrganizationalUnits
is set to false
, then the Firewall Manager administrator can only apply policies to the OUs in this list.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_OrganizationalUnitScope_OrganizationalUnits |
Changes the cmdlet behavior to return the value passed to the AdminAccount parameter. The -PassThru parameter is deprecated, use -Select '^AdminAccount' instead. This parameter will be removed in a future version.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-PolicyTypeScope_AllPolicyTypesEnabled <
Boolean>
Allows the specified Firewall Manager administrator to manage all Firewall Manager policy types, except for third-party policy types. Third-party policy types can only be managed by the Firewall Manager default administrator.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_PolicyTypeScope_AllPolicyTypesEnabled |
The list of policy types that the specified Firewall Manager administrator can manage.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_PolicyTypeScope_PolicyTypes |
-RegionScope_AllRegionsEnabled <
Boolean>
Allows the specified Firewall Manager administrator to manage all Amazon Web Services Regions.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_RegionScope_AllRegionsEnabled |
The Amazon Web Services Regions that the specified Firewall Manager administrator can perform actions in.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | AdminScope_RegionScope_Regions |
Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FMS.Model.PutAdminAccountResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |