GetManagementGroupResult

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.

Constructors

Link copied to clipboard
constructor(allManagementGroupIds: List<String>, allSubscriptionIds: List<String>, displayName: String, id: String, managementGroupIds: List<String>, name: String, parentManagementGroupId: String, subscriptionIds: List<String>, tenantScopedId: String)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Management Group IDs which directly belong to this Management Group.

Link copied to clipboard
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.