你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OnBehalfOfCredentialSecretOptions interface
定义参数以使用机密对 OnBehalfOfCredential 进行身份验证。
属性
client |
客户端 (应用程序) 租户中应用注册的 ID。 |
client |
专为应用注册生成的客户端密码。 |
tenant |
Microsoft Entra租户 (目录) ID。 |
user |
代表流的用户断言。 |
属性详细信息
clientId
客户端 (应用程序) 租户中应用注册的 ID。
clientId: string
属性值
string
clientSecret
专为应用注册生成的客户端密码。
clientSecret: string
属性值
string
tenantId
Microsoft Entra租户 (目录) ID。
tenantId: string
属性值
string
userAssertionToken
代表流的用户断言。
userAssertionToken: string
属性值
string