forwardingProfile リソースの種類
名前空間: microsoft.graph.networkaccess
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
転送プロファイルは、グローバル セキュリティで保護されたアクセス サービスを介してルーティングされるトラフィックの種類と、スキップされるトラフィックの種類を決定します。 特定のトラフィックの処理は、転送プロファイルに追加される転送ポリシーによって決まります。
microsoft.graph.networkaccess.profile から継承します。
メソッド
メソッド | 戻り値の種類 | 説明 |
---|---|---|
List | microsoft.graph.networkaccess.forwardingProfile コレクション | microsoft.graph.networkaccess.forwardingProfile オブジェクトとそのプロパティの一覧を取得します。 |
Get | microsoft.graph.networkaccess.forwardingProfile | microsoft.graph.networkaccess.forwardingProfile オブジェクトのプロパティとリレーションシップを読み取ります。 |
ブランチの転送プロファイルを一覧表示する (非推奨) | microsoft.graph.networkaccess.forwardingProfile コレクション | ブランチとそのプロパティの microsoft.graph.networkaccess.forwardingProfile オブジェクトの一覧を取得します。 |
ブランチの転送プロファイルを作成する (非推奨) | microsoft.graph.networkaccess.forwardingProfile | ブランチの microsoft.graph.networkaccess.forwardingProfile オブジェクトを作成します。 |
ブランチの転送プロファイルを更新する (非推奨) | なし | ブランチの microsoft.graph.networkaccess.forwardingProfile オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
関連付け | microsoft.graph.networkaccess.association コレクション | トラフィックが特定のトラフィック転送プロファイルに関連付けられているユーザー、グループ、デバイス、リモート ネットワークを指定します。 |
説明 | String | プロファイルの説明。 microsoft.graph.networkaccess.profile から継承されます。 |
id | String | プロファイルの識別子。 microsoft.graph.entity から継承されます。 |
lastModifiedDateTime | DateTimeOffset | プロファイルの最終変更時刻。 microsoft.graph.networkaccess.profile から継承されます。 |
name | String | プロファイル名。 microsoft.graph.networkaccess.profile から継承されます。 |
priority | Int32 | プロファイルの優先順位。 |
state | microsoft.graph.networkaccess.status | プロファイルがアクティブか非アクティブかを決定します。
microsoft.graph.networkaccess.profile から継承されます。 使用可能な値は、 enabled 、 disabled です。 |
trafficForwardingType | microsoft.graph.networkaccess.trafficForwardingType | プロファイル トラフィックの種類。 使用可能な値: m365 、internet 、private 。 |
version | String | バージョン。 |
リレーションシップ
リレーションシップ | 型 | 説明 |
---|---|---|
ポリシー | microsoft.graph.networkaccess.policyLink コレクション | このトラフィック転送プロファイルにリンクされているポリシーのコレクション。
microsoft.graph.networkaccess.profile から継承されます。 ポリシーを取得するための $expand と入れ子になった $expand をサポートします。 これは /forwardingProfiles?$expand=policies($expand=policy) です。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.networkaccess.forwardingProfile",
"id": "String (identifier)",
"name": "String",
"description": "String",
"state": "String",
"version": "String",
"lastModifiedDateTime": "String (timestamp)",
"trafficForwardingType": "String",
"associations": [
{
"@odata.type": "microsoft.graph.networkaccess.association"
}
],
"priority": "Integer"
}