Get Management Group Result
data class GetManagementGroupResult(val allManagementGroupIds: List<String>, val allSubscriptionIds: List<String>, val displayName: String, val id: String, val managementGroupIds: List<String>, val name: String, val parentManagementGroupId: String, val subscriptionIds: List<String>, val tenantScopedId: String)
A collection of values returned by getManagementGroup.
Properties
Link copied to clipboard
A list of Management Group IDs which directly or indirectly belong to this Management Group.
Link copied to clipboard
A list of Subscription IDs which are assigned to this Management Group or its children Management Groups.
Link copied to clipboard
Link copied to clipboard
A list of Management Group IDs which directly belong to this Management Group.
Link copied to clipboard
The ID of any Parent Management Group.
Link copied to clipboard
A list of Subscription IDs which are directly assigned to this Management Group.
Link copied to clipboard
The Management Group ID with the Tenant ID prefix.