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

EncryptionIdentity 类

加密标识属性。

变量仅由服务器填充,在发送请求时将被忽略。

必须填充所有必需的参数才能发送到 Azure。

继承
azure.mgmt.datalake.store._serialization.Model
EncryptionIdentity

构造函数

EncryptionIdentity(**kwargs: Any)

变量

type
str

使用的加密类型。 目前唯一受支持的类型是“SystemAssigned”。 必需。 默认值为“SystemAssigned”。

principal_id
str

与加密关联的主体标识符。

tenant_id
str

与加密关联的租户标识符。

属性

type

type = 'SystemAssigned'