Package-level declarations

Types

Link copied to clipboard
class HierarchySetting : KotlinCustomResource

Settings defined at the Management Group scope. Uses Azure REST API version 2021-04-01. In version 1.x of the Azure Native provider, it used API version 2020-05-01. Other available API versions: 2023-04-01.

Link copied to clipboard
data class HierarchySettingArgs(val defaultManagementGroup: Output<String>? = null, val groupId: Output<String>? = null, val requireAuthorizationForGroupCreation: Output<Boolean>? = null) : ConvertibleToJava<HierarchySettingArgs>

Settings defined at the Management Group scope. Uses Azure REST API version 2021-04-01. In version 1.x of the Azure Native provider, it used API version 2020-05-01. Other available API versions: 2023-04-01.

Link copied to clipboard
object HierarchySettingMapper : ResourceMapper<HierarchySetting>
Link copied to clipboard
Link copied to clipboard
class ManagementGroup : KotlinCustomResource

The management group details. Uses Azure REST API version 2021-04-01. In version 1.x of the Azure Native provider, it used API version 2020-05-01. Other available API versions: 2023-04-01.

Link copied to clipboard
data class ManagementGroupArgs(val details: Output<CreateManagementGroupDetailsArgs>? = null, val displayName: Output<String>? = null, val groupId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ManagementGroupArgs>

The management group details. Uses Azure REST API version 2021-04-01. In version 1.x of the Azure Native provider, it used API version 2020-05-01. Other available API versions: 2023-04-01.

Link copied to clipboard
object ManagementGroupMapper : ResourceMapper<ManagementGroup>
Link copied to clipboard
class ManagementGroupSubscription : KotlinCustomResource

The details of subscription under management group. Uses Azure REST API version 2021-04-01. In version 1.x of the Azure Native provider, it used API version 2020-05-01. Other available API versions: 2023-04-01.

Link copied to clipboard
data class ManagementGroupSubscriptionArgs(val groupId: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ManagementGroupSubscriptionArgs>

The details of subscription under management group. Uses Azure REST API version 2021-04-01. In version 1.x of the Azure Native provider, it used API version 2020-05-01. Other available API versions: 2023-04-01.