FlexibleServerAuthenticationArgs

data class FlexibleServerAuthenticationArgs(val activeDirectoryAuthEnabled: Output<Boolean>? = null, val passwordAuthEnabled: Output<Boolean>? = null, val tenantId: Output<String>? = null) : ConvertibleToJava<FlexibleServerAuthenticationArgs>

Constructors

Link copied to clipboard
constructor(activeDirectoryAuthEnabled: Output<Boolean>? = null, passwordAuthEnabled: Output<Boolean>? = null, tenantId: Output<String>? = null)

Properties

Link copied to clipboard
val activeDirectoryAuthEnabled: Output<Boolean>? = null

Whether Active Directory authentication is allowed to access the PostgreSQL Flexible Server. Defaults to false.

Link copied to clipboard
val passwordAuthEnabled: Output<Boolean>? = null

Whether password authentication is allowed to access the PostgreSQL Flexible Server. Defaults to true.

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

The Tenant ID of the Azure Active Directory which is used by the Active Directory authentication. active_directory_auth_enabled must be set to true.

Functions

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