你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EncryptionSetPropertiesOutput interface
属性
active |
此磁盘加密集当前使用的密钥保管库密钥。 |
auto |
自动密钥轮换期间遇到的错误。 如果存在错误,则在修复此磁盘加密集上的错误之前,不会尝试自动密钥轮换。 |
encryption |
用于加密磁盘数据的密钥类型。 |
federated |
用于访问不同租户中的密钥保管库的多租户应用程序客户端 ID。 将值设置为“None”将清除 属性。 |
last |
更新此磁盘加密集的活动密钥的时间。 |
previous |
密钥轮换正在进行时,此磁盘加密集以前使用的密钥保管库密钥的只读集合。 如果没有正在进行的密钥轮换,它将为空。 |
provisioning |
磁盘加密集预配状态。 |
rotation |
将此标志设置为 true 以启用此磁盘加密集到最新密钥版本的自动更新。 |
属性详细信息
activeKey
autoKeyRotationError
自动密钥轮换期间遇到的错误。 如果存在错误,则在修复此磁盘加密集上的错误之前,不会尝试自动密钥轮换。
autoKeyRotationError?: ApiErrorOutput
属性值
encryptionType
用于加密磁盘数据的密钥类型。
encryptionType?: "EncryptionAtRestWithCustomerKey" | "EncryptionAtRestWithPlatformAndCustomerKeys" | "ConfidentialVmEncryptedWithCustomerKey"
属性值
"EncryptionAtRestWithCustomerKey" | "EncryptionAtRestWithPlatformAndCustomerKeys" | "ConfidentialVmEncryptedWithCustomerKey"
federatedClientId
用于访问不同租户中的密钥保管库的多租户应用程序客户端 ID。 将值设置为“None”将清除 属性。
federatedClientId?: string
属性值
string
lastKeyRotationTimestamp
更新此磁盘加密集的活动密钥的时间。
lastKeyRotationTimestamp?: string
属性值
string
previousKeys
密钥轮换正在进行时,此磁盘加密集以前使用的密钥保管库密钥的只读集合。 如果没有正在进行的密钥轮换,它将为空。
previousKeys?: KeyForDiskEncryptionSetOutput[]
属性值
provisioningState
磁盘加密集预配状态。
provisioningState?: string
属性值
string
rotationToLatestKeyVersionEnabled
将此标志设置为 true 以启用此磁盘加密集到最新密钥版本的自动更新。
rotationToLatestKeyVersionEnabled?: boolean
属性值
boolean