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

Identity Class

Properties to configure Identity for Bring your Own Keys.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

Identity(*, type: Literal['UserAssigned'] | None = None, user_assigned_identities: dict[str, collections.abc.MutableMapping[str, Any]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
type
str

Type of managed service identity. Default value is "UserAssigned".

Default value: None
user_assigned_identities
dict[str, <xref:JSON>]

Metadata of user assigned identity.

Default value: None

Variables

Name Description
principal_id
str

ObjectId from the KeyVault.

tenant_id
str

TenantId from the KeyVault.

type
str

Type of managed service identity. Default value is "UserAssigned".

user_assigned_identities
dict[str, <xref:JSON>]

Metadata of user assigned identity.