deviceAndAppManagementAssignmentFilter リソースの種類

名前空間: microsoft.graph

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

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

割り当てフィルターに使用されるプロパティを含むクラス。

メソッド

メソッド 戻り値の型 説明
deviceAndAppManagementAssignmentFilters の一覧表示 deviceAndAppManagementAssignmentFilter コレクション deviceAndAppManagementAssignmentFilter オブジェクトのプロパティと関係を一覧表示します。
deviceAndAppManagementAssignmentFilter を取得する Deviceandappmanagementfilter deviceAndAppManagementAssignmentFilter オブジェクトのプロパティと関係を読み取ります。
deviceAndAppManagementAssignmentFilter を作成する Deviceandappmanagementfilter 新しい deviceAndAppManagementAssignmentFilter オブジェクトを作成します。
deviceAndAppManagementAssignmentFilter を削除する なし deviceAndAppManagementAssignmentFilter を削除します。
deviceAndAppManagementAssignmentFilter を更新する Deviceandappmanagementfilter deviceAndAppManagementAssignmentFilter オブジェクトのプロパティを更新します。
validateFilter アクション assignmentFilterValidationResult
アクションの有効化 なし
getState 関数 assignmentFilterState
getPlatformSupportedProperties 関数 assignmentFilterSupportedProperty コレクション
getSupportedProperties 関数 assignmentFilterSupportedProperty コレクション

プロパティ

プロパティ 説明
id 文字列 割り当てフィルターのキー。
createdDateTime DateTimeOffset 割り当てフィルターの作成時刻。 この値は変更できず、新しい割り当てフィルター プロセス中に自動的に入力されます。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻情報を表し、常に UTC 時刻になります。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、'2014-01-01T00:00:00Z'.のようになります。
lastModifiedDateTime DateTimeOffset 割り当てフィルターの最終変更時刻。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻情報を表し、常に UTC 時刻になります。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、'2014-01-01T00:00:00Z'.のようになります
displayName 文字列 割り当てフィルターの名前。
説明 String 割り当てフィルターの省略可能な説明。
platform devicePlatformType フィルターが適用されるフラットフォームを示します。 可能な値は、android、androidForWork、iOS、macOS、windowsPhone81、windows81AndLater、windows10AndLater、androidWorkProfile、unknown、androidAOSP、androidMobileApplicationManagement、iOSMobileApplicationManagement、windowsMobileApplicationManagement です。 既定のフィルターは 'unknown' に適用されます。 指定可能な値は、 androidandroidForWorkiOSmacOSwindowsPhone81windows81AndLaterwindows10AndLaterandroidWorkProfileunknownandroidAOSPandroidMobileApplicationManagementiOSMobileApplicationManagementunknownFutureValuewindowsMobileApplicationManagement です。
ルール 文字列 割り当てフィルターのルール定義。
roleScopeTags String collection 割り当てフィルターに割り当てられたロール スコープ タグを示します。
payloads payloadByFilter コレクション 特定のフィルターに関連付けられている割り当てを示します。
assignmentFilterManagementType assignmentFilterManagementType フィルターが 'デバイス' または 'アプリ' 管理の種類に適用されていることを示します。 指定可能な値は devices、apps です。 既定のフィルターは 'devices' に適用されます。 可能な値は devicesappsunknownFutureValue です。

関係

なし

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"
  ],
  "payloads": [
    {
      "@odata.type": "microsoft.graph.payloadByFilter",
      "payloadId": "String",
      "payloadType": "String",
      "groupId": "String",
      "assignmentFilterType": "String"
    }
  ],
  "assignmentFilterManagementType": "String"
}