你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DiskEncryptionSet 类
磁盘加密集资源。
变量仅由服务器填充,在发送请求时将被忽略。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.compute.v2023_01_02.models._models_py3.ResourceDiskEncryptionSet
构造函数
DiskEncryptionSet(*, location: str, tags: Dict[str, str] | None = None, identity: _models.EncryptionSetIdentity | None = None, encryption_type: str | _models.DiskEncryptionSetType | None = None, active_key: _models.KeyForDiskEncryptionSet | None = None, rotation_to_latest_key_version_enabled: bool | None = None, federated_client_id: str | None = None, **kwargs: Any)
Keyword-Only Parameters
- location
- str
资源位置。 必需。
- identity
- EncryptionSetIdentity
磁盘加密集的托管标识。 在密钥保管库可用于加密磁盘之前,应向其授予对密钥保管库的权限。
- encryption_type
- str 或 DiskEncryptionSetType
用于加密磁盘数据的密钥类型。 已知值为:“EncryptionAtRestWithCustomerKey”、“EncryptionAtRestWithPlatformAndCustomerKeys”和“ConfidentialVmEncryptedWithCustomerKey”。
- active_key
- KeyForDiskEncryptionSet
此磁盘加密集当前使用的密钥保管库密钥。
- rotation_to_latest_key_version_enabled
- bool
将此标志设置为 true 以启用此磁盘加密集的自动更新到最新密钥版本。
- federated_client_id
- str
用于访问不同租户中的密钥保管库的多租户应用程序客户端 ID。 将值设置为“None”将清除 属性。
变量
- id
- str
资源 ID。
- name
- str
资源名称。
- type
- str
资源类型。
- location
- str
资源位置。 必需。
- identity
- EncryptionSetIdentity
磁盘加密集的托管标识。 在密钥保管库可用于加密磁盘之前,应向其授予对密钥保管库的权限。
- encryption_type
- str 或 DiskEncryptionSetType
用于加密磁盘数据的密钥类型。 已知值为:“EncryptionAtRestWithCustomerKey”、“EncryptionAtRestWithPlatformAndCustomerKeys”和“ConfidentialVmEncryptedWithCustomerKey”。
- active_key
- KeyForDiskEncryptionSet
此磁盘加密集当前使用的密钥保管库密钥。
- previous_keys
- list[KeyForDiskEncryptionSet]
密钥轮换正在进行时,此磁盘加密集以前使用的密钥保管库密钥的只读集合。 如果没有正在进行的密钥轮换,则它将为空。
- provisioning_state
- str
磁盘加密集预配状态。
- rotation_to_latest_key_version_enabled
- bool
将此标志设置为 true 以启用此磁盘加密集的自动更新到最新密钥版本。
- last_key_rotation_timestamp
- datetime
更新此磁盘加密集的活动密钥的时间。
- auto_key_rotation_error
- ApiError
自动键轮换期间遇到的错误。 如果存在错误,则在修复此磁盘加密集上的错误之前,不会尝试自动密钥轮换。
- federated_client_id
- str
用于访问不同租户中的密钥保管库的多租户应用程序客户端 ID。 将值设置为“None”将清除 属性。