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

CollectorAgentSpnPropertiesBase interface

收集器代理 SPN 详细信息类。

属性

applicationId

获取 AAD 应用程序 ID。

audience

获取 AAD 访问群体 URL。

authority

获取 AAD 颁发机构终结点。

objectId

获取 AAD 应用程序的对象 ID。

tenantId

获取 AAD 应用程序的租户 ID。

属性详细信息

applicationId

获取 AAD 应用程序 ID。

applicationId?: string

属性值

string

audience

获取 AAD 访问群体 URL。

audience?: string

属性值

string

authority

获取 AAD 颁发机构终结点。

authority?: string

属性值

string

objectId

获取 AAD 应用程序的对象 ID。

objectId?: string

属性值

string

tenantId

获取 AAD 应用程序的租户 ID。

tenantId?: string

属性值

string