pfxUserCertificate 资源类型

命名空间:microsoft.graph

重要提示: Microsoft Graph /beta 版本下的 API 可能会更改;不支持生产使用。

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

尚未记录

方法

方法 返回类型 说明
列出 pfxUserCertificates pfxUserCertificate 集合 列出 pfxUserCertificate 对象的属性和 关系。
获取 pfxUserCertificate pfxUserCertificate 读取 pfxUserCertificate 对象的属性和 关系。
创建 pfxUserCertificate pfxUserCertificate 创建新的 pfxUserCertificate 对象。
删除 pfxUserCertificate 删除 pfxUserCertificate
更新 pfxUserCertificate pfxUserCertificate 更新 pfxUserCertificate 对象 的属性。

属性

属性 类型 说明
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"
}