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 文字列
encryptedPfxBlob String
encryptedPfxPassword String
certStartDate DateTimeOffset
certExpirationDate DateTimeOffset
providerName String
encryptionKeyName String
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"
}