ndesConnector リソースの種類
名前空間: microsoft.graph
大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
OnPrem Ndes コネクタを表すエンティティ。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
ndesConnectors を一覧表示する | ndesConnector コレクション | ndesConnector オブジェクトのプロパティとリレーションシップを一覧表示します。 |
ndesConnector を取得する | ndesConnector | ndesConnector オブジェクトのプロパティとリレーションシップを読み取ります。 |
ndesConnector を作成する | ndesConnector | 新しい ndesConnector オブジェクトを 作成します。 |
ndesConnector を削除する | なし | ndesConnector を削除します。 |
ndesConnector を更新する | ndesConnector | ndesConnector オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | NDES コネクタのキー。 |
lastConnectionDateTime | DateTimeOffset | Ndes コネクタの最後の接続時刻 |
state | ndesConnectorState | Ndes コネクタの状態。 可能な値は none 、active 、inactive です。 |
displayName | String | Ndes コネクタのフレンドリ名。 |
machineName | String | オンプレミス証明書コネクタ サービスを実行しているコンピューターの名前。 |
enrolledDateTime | DateTimeOffset | オンプレミス証明書コネクタが Intune に登録されたときのタイムスタンプ。 |
roleScopeTagIds | String collection | このエンティティ インスタンスのスコープ タグの一覧。 |
connectorVersion | String | 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"
}