managedAllDeviceCertificateState リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

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

まだ文書化されていません

メソッド

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

プロパティ

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