Software Secure Workload
Activity Configure

Restrict to Ownership Scope

Check the Restrict to Ownership Scope? checkbox to determine if the scope impacts the inventory that matches with a filter. For example, in the following structure:

  1. Tenant with query

    VRF ID = 3
    

  2. Scope within the tenant with the query

    hostname contains db
    

  3. Inventory filter with the following query that is attached to a scope.

    Platform = Linux
    

    Tenant, Scope and Inventory Filter Structure
    Figure 1: Tenant, Scope, and Inventory Filter Structure
    • If you do not choose Restrict to Ownership Scope, the filter will match all hosts within the tenant that also matches the filter. Enter the following query:

      (VRF ID = 3) AND (Platform = Linux)
      

    • If you choose Restrict to Ownership Scope, the filter will match only those hosts within the tenant and the scope that also matches the filter. Enter the following query:

      (VRF ID = 3) AND (hostname contains db) AND (Platform = Linux)