Package-level declarations

Types

Link copied to clipboard
class HierarchySetting : KotlinCustomResource

Settings defined at the Management Group scope. Azure REST API version: 2021-04-01. Prior API version in Azure Native 1.x: 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. Azure REST API version: 2021-04-01. Prior API version in Azure Native 1.x: 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. Azure REST API version: 2021-04-01. Prior API version in Azure Native 1.x: 2020-05-01. Other available API versions: 2017-11-01-preview, 2020-02-01, 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. Azure REST API version: 2021-04-01. Prior API version in Azure Native 1.x: 2020-05-01. Other available API versions: 2017-11-01-preview, 2020-02-01, 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. Azure REST API version: 2021-04-01. Prior API version in Azure Native 1.x: 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. Azure REST API version: 2021-04-01. Prior API version in Azure Native 1.x: 2020-05-01. Other available API versions: 2023-04-01.

Functions