Skip to content

Latest commit

 

History

History
79 lines (58 loc) · 2.01 KB

New-AzSecurityAwsOrganizationalDataMasterObject.md

File metadata and controls

79 lines (58 loc) · 2.01 KB
external help file Module Name online version schema
Az.Security-help.xml
Az.Security
2.0.0

New-AzSecurityAwsOrganizationalDataMasterObject

SYNOPSIS

Create an in-memory object for AwsOrganizationalDataMaster.

SYNTAX

New-AzSecurityAwsOrganizationalDataMasterObject [-ExcludedAccountId <String[]>] [-StacksetName <String>]
 [<CommonParameters>]

DESCRIPTION

Create an in-memory object for AwsOrganizationalDataMaster.

EXAMPLES

Example 1: Create new AwsOrganizationalDataMaster object

New-AzSecurityAwsOrganizationalDataMasterObject -StacksetName "myAwsStackSet" -ExcludedAccountId "123456789012"
ExcludedAccountId OrganizationMembershipType StacksetName
----------------- -------------------------- ------------
{123456789012}    Organization               myAwsStackSet

PARAMETERS

-ExcludedAccountId

If the multi cloud account is of membership type organization, list of accounts excluded from offering.

Type: System.String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-StacksetName

If the multi cloud account is of membership type organization, this will be the name of the onboarding stackset.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Microsoft.Azure.PowerShell.Cmdlets.Security.Models.AwsOrganizationalDataMaster

NOTES

RELATED LINKS