pfxRecryptionRequest 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
尚未记录
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出 pfxRecryptionRequests | pfxRecryptionRequest 集合 | 列出 pfxRecryptionRequest 对象的属性和关系。 |
| Get pfxRecryptionRequest | pfxRecryptionRequest | 读取 pfxRecryptionRequest 对象的属性和关系。 |
| 创建 pfxRecryptionRequest | pfxRecryptionRequest | 创建新的 pfxRecryptionRequest 对象。 |
| 删除 pfxRecryptionRequest | 无 | 删除 pfxRecryptionRequest。 |
| 更新 pfxRecryptionRequest | pfxRecryptionRequest | 更新 pfxRecryptionRequest 对象 的属性。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| tenantId | Guid | 尚未记录 |
| userId | Guid | 尚未记录 |
| deviceId | Guid | 尚未记录 |
| profileId | Guid | 尚未记录 |
| thumbprint | String | 尚未记录 |
| deviceKeyThumbprint | String | 尚未记录 |
| status | Int32 | 尚未记录 |
| sourceType | Int32 | 尚未记录 |
| createdTime | DateTimeOffset | 尚未记录 |
| lastModifiedTime | DateTimeOffset | 尚未记录 |
| isDeleted | Boolean | 尚未记录 |
| eTag | String | 尚未记录 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.pfxRecryptionRequest",
"tenantId": "Guid",
"userId": "Guid",
"deviceId": "Guid",
"profileId": "Guid",
"thumbprint": "String",
"deviceKeyThumbprint": "String",
"status": 1024,
"sourceType": 1024,
"createdTime": "String (timestamp)",
"lastModifiedTime": "String (timestamp)",
"isDeleted": true,
"eTag": "String"
}
反馈
提交和查看相关反馈