deviceAndAppManagementAssignmentFilter リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

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

メソッド

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

プロパティ

プロパティ 説明
id String 割り当てフィルターのキー。
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 割り当てフィルターの名前。
説明 String 割り当てフィルターの省略可能な説明。
platform devicePlatformType どのフラット フォームにフィルターが適用されているかを示します。 使用できる値は、android、androidForWork、iOS、macOS、windowsPhone81、windows81AndLater、windows10AndLater、androidWorkProfile、unknown、androidAOSP、androidMobileApplicationManagement、iOSMobileApplicationManagement、windowsMobileApplicationManagement です。 既定のフィルターは 'unknown' に適用されます。 使用できる値は、android、、、iOS、、macOS、、windowsPhone81windows81AndLaterwindows10AndLaterandroidWorkProfileunknownFutureValueiOSMobileApplicationManagementwindowsMobileApplicationManagementunknownandroidMobileApplicationManagementandroidAOSPです。 androidForWork
ルール String 割り当てフィルターのルール定義。
roleScopeTags String collection 割り当てフィルターに割り当てられたロール スコープ タグを示します。
ペイロード payloadByFilter コレクション 特定のフィルターに関連付けられている割り当てを示します。
assignmentFilterManagementType assignmentFilterManagementType "デバイス" または "アプリ" の管理の種類にフィルターが適用されていることを示します。 使用可能な値は、デバイス、アプリです。 既定のフィルターは "デバイス" に適用されます。 可能な値は 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"
}