IAwsOrganizationalDataMember.ParentHierarchyId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the multi cloud account is not of membership type organization, this will be the ID of the account's parent
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="If the multi cloud account is not of membership type organization, this will be the ID of the account's parent", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="parentHierarchyId", Update=true)]
public string ParentHierarchyId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="If the multi cloud account is not of membership type organization, this will be the ID of the account's parent", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="parentHierarchyId", Update=true)>]
member this.ParentHierarchyId : string with get, set
Public Property ParentHierarchyId As String
Property Value
- Attributes