共用方式為


ManagedIdentity interface

工作區受控識別

屬性

principalId

工作區受控識別的主體標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

tenantId

工作區受控識別的租用戶標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

type

工作區的受控識別類型

userAssignedIdentities

使用者指派的受控識別。

屬性詳細資料

principalId

工作區受控識別的主體標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

工作區受控識別的租用戶標識碼注意:此屬性將不會串行化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

工作區的受控識別類型

type?: ResourceIdentityType

屬性值

userAssignedIdentities

使用者指派的受控識別。

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

屬性值

{[propertyName: string]: UserAssignedManagedIdentity}