ManagedServiceIdentity interface  
托管服务标识(系统分配和/或用户分配的标识)
属性
| principal | 系统分配的标识的服务主体 ID。 此属性仅适用于系统分配的标识。 | 
| tenant | 系统分配标识的租户 ID。 此属性仅适用于系统分配的标识。 | 
| type | 分配给此资源的托管标识的类型。 | 
| user | 用户分配给此资源的标识。 | 
属性详细信息
		principalId
	 
	系统分配的标识的服务主体 ID。 此属性仅适用于系统分配的标识。
principalId?: string属性值
string
		tenantId
	 
	系统分配标识的租户 ID。 此属性仅适用于系统分配的标识。
tenantId?: string属性值
string
type
分配给此资源的托管标识的类型。
type: string属性值
string
		userAssignedIdentities
	  
	用户分配给此资源的标识。
userAssignedIdentities?: Record<string, null | UserAssignedIdentity>属性值
Record<string, null | UserAssignedIdentity>