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

DataSourceServicePrincipal interface

需要服务主体 DataSource 凭据用户才能为 Create 指定 clientSecret。 客户端Secret 不是服务返回的机密。

扩展

属性

clientId

服务主体的客户端 ID。

clientSecret

服务主体的客户端密码。 用户要求创建。 服务未返回。

tenantId

服务主体的租户 ID。

type

服务主体 DataSource 凭据

继承属性

description

数据源凭据的说明

id

数据源凭据的唯一 ID 注意:此属性不会序列化。 它只能由服务器填充。

name

数据源凭据的名称

属性详细信息

clientId

服务主体的客户端 ID。

clientId: string

属性值

string

clientSecret

服务主体的客户端密码。 用户要求创建。 服务未返回。

clientSecret?: string

属性值

string

tenantId

服务主体的租户 ID。

tenantId: string

属性值

string

type

服务主体 DataSource 凭据

type: "ServicePrincipal"

属性值

"ServicePrincipal"

继承属性详细信息

description

数据源凭据的说明

description?: string

属性值

string

继承自DataSourceCredentialEntity.description

id

数据源凭据的唯一 ID 注意:此属性不会序列化。 它只能由服务器填充。

id?: string

属性值

string

继承自 DataSourceCredentialEntity.id

name

数据源凭据的名称

name: string

属性值

string

继承自 DataSourceCredentialEntity.name