Package-level declarations
Types
Link copied to clipboard
object AadFunctions
Link copied to clipboard
Domain service. Uses Azure REST API version 2022-12-01. In version 2.x of the Azure Native provider, it used API version 2022-12-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 2.x of the Azure Native provider, it used API version 2022-12-01.
Link copied to clipboard
class DomainServiceArgsBuilder
Builder for DomainServiceArgs.
Link copied to clipboard
Link copied to clipboard
Builder for DomainService.
Link copied to clipboard
Resource for OuContainer. Uses Azure REST API version 2022-12-01. In version 2.x of the Azure Native provider, it used API version 2022-12-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 2.x of the Azure Native provider, it used API version 2022-12-01.
Link copied to clipboard
class OuContainerArgsBuilder
Builder for OuContainerArgs.
Link copied to clipboard
Link copied to clipboard
Builder for OuContainer.
Functions
Link copied to clipboard
suspend fun domainService(name: String, block: suspend DomainServiceResourceBuilder.() -> Unit): DomainService
Link copied to clipboard
suspend fun ouContainer(name: String, block: suspend OuContainerResourceBuilder.() -> Unit): OuContainer