AADAuthenticationSettingsArgs

data class AADAuthenticationSettingsArgs(val clientId: Output<String>? = null) : ConvertibleToJava<AADAuthenticationSettingsArgs>

Enable AAD authentication for SQL VM.

Constructors

Link copied to clipboard
constructor(clientId: Output<String>? = null)

Properties

Link copied to clipboard
val clientId: Output<String>? = null

The client Id of the Managed Identity to query Microsoft Graph API. An empty string must be used for the system assigned Managed Identity

Functions

Link copied to clipboard
open override fun toJava(): AADAuthenticationSettingsArgs