Method: JSS::Policy#server_side_limitations

Defined in:
lib/jss/api_object/policy.rb

#server_side_limitationsHash (readonly)

The server-side limitations of this policy.

The keys are :activation and :expiration, both are Times.

the data comes from the API in the date_time_limitations hash of the general section, but the UI shows them in the Server Side Limitations area. This attribute is just for convience and consistency, and just refers to the data in their API locations

Returns:


359
360
361
# File 'lib/jss/api_object/policy.rb', line 359

def server_side_limitations
  @server_side_limitations
end