GetHierarchySettingResult

data class GetHierarchySettingResult(val defaultManagementGroup: String? = null, val id: String, val name: String, val requireAuthorizationForGroupCreation: Boolean? = null, val tenantId: String? = null, val type: String)

Settings defined at the Management Group scope.

Constructors

Link copied to clipboard
constructor(defaultManagementGroup: String? = null, id: String, name: String, requireAuthorizationForGroupCreation: Boolean? = null, tenantId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup

Link copied to clipboard
val id: String

The fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default.

Link copied to clipboard

The name of the object. In this case, default.

Link copied to clipboard

Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access.

Link copied to clipboard
val tenantId: String? = null

The AAD Tenant ID associated with the hierarchy settings. For example, 00000000-0000-0000-0000-000000000000

Link copied to clipboard

The type of the resource. For example, Microsoft.Management/managementGroups/settings.