HorizonDbClusterAuthConfig interface
Authentication configuration for a HorizonDB cluster.
Properties
| entra |
Indicates whether Microsoft Entra ID authentication is enabled or disabled. |
| password |
Indicates whether password authentication is enabled or disabled. |
| tenant |
The Microsoft Entra tenant ID. |
Property Details
entraIdAuth
Indicates whether Microsoft Entra ID authentication is enabled or disabled.
entraIdAuth?: string
Property Value
string
passwordAuth
Indicates whether password authentication is enabled or disabled.
passwordAuth?: string
Property Value
string
tenantId
The Microsoft Entra tenant ID.
tenantId?: string
Property Value
string