你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IdentityProviderDetails interface

Identity provider details.

Properties

aadAuthority

The base authority for Azure Active Directory authentication.

applicationId

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

audience

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

objectId

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

tenantId

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Property Details

aadAuthority

The base authority for Azure Active Directory authentication.

aadAuthority?: string

Property Value

string

applicationId

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

applicationId?: string

Property Value

string

audience

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

audience?: string

Property Value

string

objectId

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

objectId?: string

Property Value

string

tenantId

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

tenantId?: string

Property Value

string