DataSourceServicePrincipal interface
需要服务主体 DataSource 凭据用户才能为 Create 指定 clientSecret。 客户端Secret 不是服务返回的机密。
属性
| client |
服务主体的客户端 ID。 |
| client |
服务主体的客户端密码。 用户要求创建。 服务未返回。 |
| tenant |
服务主体的租户 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"