Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class DomainService : KotlinCustomResource

Domain service. Uses Azure REST API version 2022-12-01. In version 1.x of the Azure Native provider, it used API version 2021-03-01.

Link copied to clipboard
data class DomainServiceArgs(val configDiagnostics: Output<ConfigDiagnosticsArgs>? = null, val domainConfigurationType: Output<String>? = null, val domainName: Output<String>? = null, val domainSecuritySettings: Output<DomainSecuritySettingsArgs>? = null, val domainServiceName: Output<String>? = null, val filteredSync: Output<Either<String, FilteredSync>>? = null, val ldapsSettings: Output<LdapsSettingsArgs>? = null, val location: Output<String>? = null, val notificationSettings: Output<NotificationSettingsArgs>? = null, val replicaSets: Output<List<ReplicaSetArgs>>? = null, val resourceForestSettings: Output<ResourceForestSettingsArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<String>? = null, val syncScope: Output<Either<String, SyncScope>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DomainServiceArgs>

Domain service. Uses Azure REST API version 2022-12-01. In version 1.x of the Azure Native provider, it used API version 2021-03-01.

Link copied to clipboard
Link copied to clipboard
object DomainServiceMapper : ResourceMapper<DomainService>
Link copied to clipboard
Link copied to clipboard
class OuContainer : KotlinCustomResource

Resource for OuContainer. Uses Azure REST API version 2022-12-01. In version 1.x of the Azure Native provider, it used API version 2021-03-01.

Link copied to clipboard
data class OuContainerArgs(val accountName: Output<String>? = null, val domainServiceName: Output<String>? = null, val ouContainerName: Output<String>? = null, val password: Output<String>? = null, val resourceGroupName: Output<String>? = null, val spn: Output<String>? = null) : ConvertibleToJava<OuContainerArgs>

Resource for OuContainer. Uses Azure REST API version 2022-12-01. In version 1.x of the Azure Native provider, it used API version 2021-03-01.

Link copied to clipboard
Link copied to clipboard
object OuContainerMapper : ResourceMapper<OuContainer>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun ouContainer(name: String, block: suspend OuContainerResourceBuilder.() -> Unit): OuContainer