CollectorAgentSpnPropertiesBase interface
收集器代理 SPN 详细信息类。
属性
| application |
获取 AAD 应用程序 ID。 |
| audience | 获取 AAD 访问群体 URL。 |
| authority | 获取 AAD 颁发机构终结点。 |
| object |
获取 AAD 应用程序的对象 ID。 |
| tenant |
获取 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