AuthConfig interface
伺服器的驗證組態屬性
屬性
active |
如果已啟用,則會啟用 Azure Active Directory 驗證。 |
password |
如果已啟用,則會啟用密碼驗證。 |
tenant |
伺服器的租用戶標識碼。 |
屬性詳細資料
activeDirectoryAuth
如果已啟用,則會啟用 Azure Active Directory 驗證。
activeDirectoryAuth?: string
屬性值
string
passwordAuth
如果已啟用,則會啟用密碼驗證。
passwordAuth?: string
屬性值
string
tenantId
伺服器的租用戶標識碼。
tenantId?: string
屬性值
string