ActiveDirectoryInformationArgs

data class ActiveDirectoryInformationArgs(val keytabInformation: Output<KeytabInformationArgs>? = null) : ConvertibleToJava<ActiveDirectoryInformationArgs>

Active Directory information that related to the resource.

Constructors

Link copied to clipboard
constructor(keytabInformation: Output<KeytabInformationArgs>? = null)

Properties

Link copied to clipboard

Keytab information that is used for the Sql Managed Instance when Active Directory authentication is used.

Functions

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