共用方式為


UserAssignedIdentity interface

與伺服器關聯的標識。

屬性

principalId

與使用者分配的託管標識關聯的服務主體的對象的標識碼。

tenantId

伺服器租戶的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

與伺服器關聯的標識類型。

userAssignedIdentities

使用者分配的託管標識的映射。

屬性詳細資料

principalId

與使用者分配的託管標識關聯的服務主體的對象的標識碼。

principalId?: string

屬性值

string

tenantId

伺服器租戶的標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

tenantId?: string

屬性值

string

type

與伺服器關聯的標識類型。

type: string

屬性值

string

userAssignedIdentities

使用者分配的託管標識的映射。

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

屬性值

{[propertyName: string]: UserIdentity}