Method: JSS::Scopable::Scope#limitations

Defined in:
lib/jss-api/api_object/scopable/scope.rb

#limitationsHash<Array> (readonly)

The items in these arrays are the limitations applied to targets in the @inclusions .

The arrays of names are:

  • :network_segments

  • :users

  • :user_groups

Returns:



171
172
173
# File 'lib/jss-api/api_object/scopable/scope.rb', line 171

def limitations
  @limitations
end