Method: JSS::Policy#user_message_start

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

#user_message_startString (readonly)

Returns the message shown the user at policy start.

Returns:

  • (String)

    the message shown the user at policy start



449
450
451
# File 'lib/jss-api/api_object/policy.rb', line 449

def user_message_start
  @user_message_start
end