ndesConnector リソースの種類

名前空間: microsoft.graph

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

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

OnPrem NDES コネクタを表すエンティティ。

メソッド

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

プロパティ

プロパティ 説明
id 文字列 NDES コネクタのキー。
lastConnectionDateTime DateTimeOffset NDES コネクタの最終接続時刻
state ndesConnectorState NDES コネクタの状態。 可能な値は noneactiveinactive です。
displayName 文字列 NDES コネクタのフレンドリ名。
machineName 文字列 オンプレミス証明書コネクタ サービスを実行しているコンピューターの名前。
enrolledDateTime DateTimeOffset オンプレミス証明書コネクタが Intune に登録されたときのタイムスタンプ。
roleScopeTagIds String collection このエンティティ インスタンスのスコープ タグの一覧。
connectorVersion 文字列 NDES コネクタのビルド バージョン。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.ndesConnector",
  "id": "String (identifier)",
  "lastConnectionDateTime": "String (timestamp)",
  "state": "String",
  "displayName": "String",
  "machineName": "String",
  "enrolledDateTime": "String (timestamp)",
  "roleScopeTagIds": [
    "String"
  ],
  "connectorVersion": "String"
}