共用方式為


Identity interface

資源的身分識別。

屬性

principalId

資源識別的主體識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

tenantId

資源的租使用者識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

type

識別類型。

userAssignedIdentities

取得或設定索引鍵值組的清單,描述將與此儲存體帳戶搭配使用的一組使用者指派身分識別。 金鑰是身分識別的 ARM 資源識別碼。 這裡只允許 1 個使用者指派的身分識別。

屬性詳細資料

principalId

資源識別的主體識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

principalId?: string

屬性值

string

tenantId

資源的租使用者識別碼。 注意:此屬性不會序列化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

識別類型。

type: string

屬性值

string

userAssignedIdentities

取得或設定索引鍵值組的清單,描述將與此儲存體帳戶搭配使用的一組使用者指派身分識別。 金鑰是身分識別的 ARM 資源識別碼。 這裡只允許 1 個使用者指派的身分識別。

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

屬性值

{[propertyName: string]: UserAssignedIdentity}