pfxUserCertificate 资源类型
命名空间:microsoft.graph
重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。
注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证。
尚未记录
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| tenantId | Guid | 尚未记录 |
| userId | Guid | 尚未记录 |
| thumbprint | String | 尚未记录 |
| userUpn | String | 尚未记录 |
| encryptedPfxBlob | String | 尚未记录 |
| encryptedPfxPassword | String | 尚未记录 |
| certStartDate | DateTimeOffset | 尚未记录 |
| certExpirationDate | DateTimeOffset | 尚未记录 |
| providerName | String | 尚未记录 |
| encryptionKeyName | String | 尚未记录 |
| paddingScheme | Int32 | 尚未记录 |
| status | Int32 | 尚未记录 |
| intendedPurpose | Int32 | 尚未记录 |
| createdTime | DateTimeOffset | 尚未记录 |
| isDeleted | Boolean | 尚未记录 |
| lastModifiedTime | DateTimeOffset | 尚未记录 |
| eTag | String | 尚未记录 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.pfxUserCertificate",
"tenantId": "Guid",
"userId": "Guid",
"thumbprint": "String",
"userUpn": "String",
"encryptedPfxBlob": "String",
"encryptedPfxPassword": "String",
"certStartDate": "String (timestamp)",
"certExpirationDate": "String (timestamp)",
"providerName": "String",
"encryptionKeyName": "String",
"paddingScheme": 1024,
"status": 1024,
"intendedPurpose": 1024,
"createdTime": "String (timestamp)",
"isDeleted": true,
"lastModifiedTime": "String (timestamp)",
"eTag": "String"
}
反馈
提交和查看相关反馈