deviceAndAppManagementAssignmentFilter リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
割り当てフィルターに使用されるプロパティを含むクラス。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| List deviceAndAppManagementAssignmentFilters | deviceAndAppManagementAssignmentFilter コレクション | deviceAndAppManagementAssignmentFilterオブジェクトのプロパティとリレーションシップを一覧表示します。 |
| Get deviceAndAppManagementAssignmentFilter | Deviceandappmanagementfilter | deviceAndAppManagementAssignmentFilterオブジェクトのプロパティとリレーションシップを読み取る。 |
| Create deviceAndAppManagementAssignmentFilter | Deviceandappmanagementfilter | 新しい deviceAndAppManagementAssignmentFilter オブジェクトを作成 します。 |
| DeviceAndAppManagementAssignmentFilter の削除 | なし | deviceAndAppManagementAssignmentFilter を削除します。 |
| deviceAndAppManagementAssignmentFilter の更新 | Deviceandappmanagementfilter | deviceAndAppManagementAssignmentFilter オブジェクトのプロパティを更新します。 |
| validateFilter アクション | assignmentFilterValidationResult | まだ文書化されていません |
| アクションを有効にする | なし | まだ文書化されていません |
| getState 関数 | assignmentFilterState | まだ文書化されていません |
| getPlatformSupportedProperties 関数 | assignmentFilterSupportedProperty コレクション | まだ文書化されていません |
| getSupportedProperties 関数 | assignmentFilterSupportedProperty コレクション | まだ文書化されていません |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | 割り当てフィルターのキー。 |
| createdDateTime | DateTimeOffset | 割り当てフィルターの作成時間。 |
| lastModifiedDateTime | DateTimeOffset | 割り当てフィルターの最終変更時刻。 |
| displayName | String | 割り当てフィルターの DisplayName。 |
| description | String | 割り当てフィルターの説明。 |
| platform | devicePlatformType | 割り当てフィルターが適用されるデバイスのプラットフォームの種類。 可能な値は、android、androidForWork、iOS、macOS、windowsPhone81、windows81AndLater、windows10AndLater、androidWorkProfile、unknown です。 |
| ルール | String | 割り当てフィルターのルール定義。 |
| roleScopeTags | String collection | 割り当てフィルターの RoleScopeTags。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceAndAppManagementAssignmentFilter",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"displayName": "String",
"description": "String",
"platform": "String",
"rule": "String",
"roleScopeTags": [
"String"
]
}
フィードバック
フィードバックの送信と表示