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

OnBehalfOfCredentialSecretOptions interface

定义参数,以使用机密对 OnBehalfOfCredential 进行身份验证。

属性

clientId

租户中应用注册的客户端(应用程序)ID。

clientSecret

为应用注册生成的客户端密码。

tenantId

Microsoft Entra 租户(目录)ID。

userAssertionToken

On-Behalf-Of 流的用户断言。

属性详细信息

clientId

租户中应用注册的客户端(应用程序)ID。

clientId: string

属性值

string

clientSecret

为应用注册生成的客户端密码。

clientSecret: string

属性值

string

tenantId

Microsoft Entra 租户(目录)ID。

tenantId: string

属性值

string

userAssertionToken

On-Behalf-Of 流的用户断言。

userAssertionToken: string

属性值

string