FlexibleServerAuthentication

data class FlexibleServerAuthentication(val activeDirectoryAuthEnabled: Boolean? = null, val passwordAuthEnabled: Boolean? = null, val tenantId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val tenantId: 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.