New-AzSecurityAwsOrganizationalDataMemberObject
Create an in-memory object for AwsOrganizationalDataMember.
Syntax
Default (Default)
New-AzSecurityAwsOrganizationalDataMemberObject
[-ParentHierarchyId <String>]
[<CommonParameters>]
Description
Create an in-memory object for AwsOrganizationalDataMember.
Examples
Example 1: Create new AwsOrganizationalDataMember object
New-AzSecurityAwsOrganizationalDataMemberObject -ParentHierarchyId "123"
OrganizationMembershipType ParentHierarchyId
-------------------------- -----------------
Member 123
Parameters
-ParentHierarchyId
If the multi cloud account is not of membership type organization, this will be the ID of the account's parent.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.