Method: JSS::SelfServable#self_service_payload

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

#self_service_payloadSymbol

What does this object deploy to the device via self service?

Returns:

  • (Symbol)

    :profile, :app, or :policy



659
660
661
# File 'lib/jss/api_object/self_servable.rb', line 659

def self_service_payload
  @self_service_data_config[:payload]
end