Share via


AuthConfigForPatch interface

Authentication configuration properties of a server.

Properties

activeDirectoryAuth

Indicates if the server supports Microsoft Entra authentication.

passwordAuth

Indicates if the server supports password based authentication.

tenantId

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