bitlockerRecoveryKey 资源类型
命名空间:microsoft.graph
表示通过 key 属性包含实际恢复密钥的已存储 BitLocker 密钥。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出 recoveryKeys | bitlockerRecoveryKey 集合 | 获取 bitlockerRecoveryKey 对象及其属性的列表。 |
| 获取 bitlockerRecoveryKey | bitlockerRecoveryKey | 检索 bitlockerRecoveryKey 对象的属性和关系。 注意: 默认情况下 不返回 key 属性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| createdDateTime | DateTimeOffset | 最初备份密钥的日期和时间Azure Active Directory。 不可为 null。 |
| deviceId | String | 最初备份 BitLocker 密钥的设备标识符。 支持 $filter(eq)。 |
| id | String | BitLocker 密钥的唯一标识符。 |
| 注册表项 | String | BitLocker 恢复密钥。 仅在 $select 上返回。 不可为 null。 |
| volumeType | volumeType | 指示 BitLocker 密钥关联的卷的类型。 可能的值包括 1 : (for operatingSystemVolume 2) 、 (for fixedDataVolume) 、 (for 3) removableDataVolume 4 unknownFutureValue 和 (for) 。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.bitlockerRecoveryKey",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"volumeType": "String",
"deviceId": "String",
"key": "String"
}
反馈
提交和查看相关反馈