AuthConfig interface

Authentication configuration properties of a server

Properties

activeDirectoryAuth

If Enabled, Azure Active Directory authentication is enabled.

passwordAuth

If Enabled, Password authentication is enabled.

tenantId

Tenant id of the server.

Property Details

activeDirectoryAuth

If Enabled, Azure Active Directory authentication is enabled.

activeDirectoryAuth?: string

Property Value

string

passwordAuth

If Enabled, Password authentication is enabled.

passwordAuth?: string

Property Value

string

tenantId

Tenant id of the server.

tenantId?: string

Property Value

string