managedAllDeviceCertificateState リソースの種類

名前空間: microsoft.graph

重要:Microsoft は Intune /beta API をサポートしていますが、より頻繁に変更される可能性があります。 可能な場合は、バージョン v1.0 を使用することをお勧めします。 バージョン セレクターを使用して、バージョン v1.0 で API が使用できるかどうかを確認します。

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

メソッド

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

プロパティ

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