共用方式為


DigitalTwinsIdentity interface

DigitalTwinsInstance 的受控識別。

屬性

principalId

受控識別資源的物件標識碼。 如果資源具有 systemAssigned(implicit) 身分識別附註,這會透過 PUT 要求中的 x-ms-identity-principal-id 標頭,從 ARM 傳送至 RP:此屬性將不會串行化。 它只能由伺服器填入。

tenantId

受控識別資源的租用戶標識碼。 如果資源具有 systemAssigned(implicit) 身分識別附註,這會透過 PUT 要求中的 x-ms-client-tenant-id 標頭,從 ARM 傳送至 RP:此屬性將不會串行化。 它只能由伺服器填入。

type

DigitalTwinsInstance 所使用的受控識別類型。

userAssignedIdentities

與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 .

屬性詳細資料

principalId

受控識別資源的物件標識碼。 如果資源具有 systemAssigned(implicit) 身分識別附註,這會透過 PUT 要求中的 x-ms-identity-principal-id 標頭,從 ARM 傳送至 RP:此屬性將不會串行化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

受控識別資源的租用戶標識碼。 如果資源具有 systemAssigned(implicit) 身分識別附註,這會透過 PUT 要求中的 x-ms-client-tenant-id 標頭,從 ARM 傳送至 RP:此屬性將不會串行化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

DigitalTwinsInstance 所使用的受控識別類型。

type?: string

屬性值

string

userAssignedIdentities

與資源相關聯的使用者身分識別清單。 使用者身分識別字典索引鍵參考的格式為 ARM 資源標識符:'/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'。 .

userAssignedIdentities?: {[propertyName: string]: UserAssignedIdentity}

屬性值

{[propertyName: string]: UserAssignedIdentity}