AuthConfigForPatch interface
Authentication configuration properties of a server.
Properties
| active |
Indicates if the server supports Microsoft Entra authentication. |
| password |
Indicates if the server supports password based authentication. |
| tenant |
Identifier of the tenant of the delegated resource. |
Property Details
activeDirectoryAuth
Indicates if the server supports Microsoft Entra authentication.
activeDirectoryAuth?: string
Property Value
string
passwordAuth
Indicates if the server supports password based authentication.
passwordAuth?: string
Property Value
string
tenantId
Identifier of the tenant of the delegated resource.
tenantId?: string
Property Value
string