roleScopeTagAutoAssignment リソースの種類

名前空間: microsoft.graph

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

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

デバイスに適用するグループに役割スコープ タグを自動的に割り当てるプロパティを格納します。

メソッド

メソッド 戻り値の型 説明
List roleScopeTagAutoAssignments roleScopeTagAutoAssignment コレクション roleScopeTagAutoAssignment オブジェクトのプロパティとリレーションシップを一覧表示します。
Get roleScopeTagAutoAssignment roleScopeTagAutoAssignment roleScopeTagAutoAssignment オブジェクトのプロパティとリレーションシップを読み取る。
create roleScopeTagAutoAssignment roleScopeTagAutoAssignment 新しい roleScopeTagAutoAssignment オブジェクトを作成 します。
Delete roleScopeTagAutoAssignment なし roleScopeTagAutoAssignment を削除します
roleScopeTagAutoAssignment の更新 roleScopeTagAutoAssignment roleScopeTagAutoAssignment オブジェクトのプロパティを更新します。

プロパティ

プロパティ 種類 説明
id String エンティティのキー。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
target deviceAndAppManagementAssignmentTarget 特定の役割スコープ タグの自動割り当てターゲット。

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.roleScopeTagAutoAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.configurationManagerCollectionAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String",
    "collectionId": "String"
  }
}