managedAllDeviceCertificateState リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。

メソッド

メソッド 戻り値の型 説明
managedAllDeviceCertificateStates を一覧表示する managedAllDeviceCertificateState コレクション managedAllDeviceCertificateState オブジェクトのプロパティとリレーションシップを一覧表示します。
managedAllDeviceCertificateState を取得する managedAllDeviceCertificateState managedAllDeviceCertificateState オブジェクトのプロパティとリレーションシップを読み取ります。
managedAllDeviceCertificateState を作成する managedAllDeviceCertificateState 新しい managedAllDeviceCertificateState オブジェクトを 作成します。
managedAllDeviceCertificateState を削除する なし managedAllDeviceCertificateState を削除します。
managedAllDeviceCertificateState を更新する managedAllDeviceCertificateState managedAllDeviceCertificateState オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。
certificateRevokeStatus certificateRevocationStatus 状態を取り消します。 可能な値は、nonependingissuedfailedrevoked です。
certificateRevokeStatusLastChangeDateTime DateTimeOffset 取り消し状態が最後に変更された時刻
managedDeviceDisplayName String デバイスの表示名
userPrincipalName String ユーザー プリンシパル名
certificateExpirationDateTime DateTimeOffset 証明書の有効期限日
certificateIssuerName String 発行者
certificateThumbprint String Thumbprint
certificateSerialNumber String シリアル番号
certificateSubjectName String 証明書のサブジェクト名
certificateKeyUsages Int32 キーの使用法
certificateExtendedKeyUsages String 拡張キーの使用法
certificateIssuanceDateTime DateTimeOffset 発行日

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.managedAllDeviceCertificateState",
  "id": "String (identifier)",
  "certificateRevokeStatus": "String",
  "certificateRevokeStatusLastChangeDateTime": "String (timestamp)",
  "managedDeviceDisplayName": "String",
  "userPrincipalName": "String",
  "certificateExpirationDateTime": "String (timestamp)",
  "certificateIssuerName": "String",
  "certificateThumbprint": "String",
  "certificateSerialNumber": "String",
  "certificateSubjectName": "String",
  "certificateKeyUsages": 1024,
  "certificateExtendedKeyUsages": "String",
  "certificateIssuanceDateTime": "String (timestamp)"
}