AuthConfig interface
Authentication configuration properties of a server
Properties
active |
If Enabled, Azure Active Directory authentication is enabled. |
password |
If Enabled, Password authentication is enabled. |
tenant |
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