pfxUserCertificate 资源类型

命名空间:microsoft.graph

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

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

方法

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

属性

属性 类型 说明
tenantId Guid
userId Guid
指纹 String
userUpn String
encryptedPfxBlob 字符串
encryptedPfxPassword String
certStartDate DateTimeOffset
certExpirationDate DateTimeOffset
providerName 字符串
encryptionKeyName 字符串
paddingScheme Int32
status Int32
intendedPurpose Int32
createdTime DateTimeOffset
isDeleted 布尔值
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"
}