你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ManagedServiceIdentity 类
托管服务标识。
变量仅由服务器填充,在发送请求时将被忽略。
- 继承
-
azure.mgmt.web._serialization.ModelManagedServiceIdentity
构造函数
ManagedServiceIdentity(*, type: str | _models.ManagedServiceIdentityType | None = None, **kwargs: Any)
仅限关键字的参数
名称 | 说明 |
---|---|
type
|
托管服务标识的类型。 “SystemAssigned” |
变量
名称 | 说明 |
---|---|
type
|
托管服务标识的类型。 “SystemAssigned” |
tenant_id
|
托管服务标识的租户。 |
principal_id
|
托管服务标识的主体 ID。 |