你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UserAssignedIdentitiesValue Class

UserAssignedIdentitiesValue.

Constructor

UserAssignedIdentitiesValue(*args: Any, **kwargs: Any)

Variables

Name Description
principal_id
str

The principal id of user assigned identity.

client_id
str

The client id of user assigned identity.

Attributes

client_id

The client id of user assigned identity.

client_id: str | None

principal_id

The principal id of user assigned identity.

principal_id: str | None