Class: Jamf::AccountPreferences

Inherits:
JSONObject show all
Defined in:
lib/jamf/api/json_objects/account_prefs.rb

Overview

Preferences for an administrator account in the JSS

Constant Summary collapse

OBJECT_MODEL =

Object Model / Attributes See APIObject class documentation for details of how the OBJECT_MODEL hash works.

{

  # @!attribute [r] language
  #   @return [String]
  language: {
    class: :string,
    readonly: true
  },

  # @!attribute [r] dateFormat
  #   @return [String]
  dateFormat: {
    class: :string,
    readonly: true
  },

  # @!attribute [r] region
  #   @return [String]
  region: {
    class: :string,
    readonly: true
  },
  # @!attribute [r] timezone
  #   @return [String]
  timezone: {
    class: :string,
    readonly: true
  },

  # @!attribute [r] isDisableRelativeDates
  #   @return [String]
  isDisableRelativeDates: {
    class: :boolean,
    readonly: true
  }
}.freeze

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::JSONObject

Instance Attribute Details

#dateFormatString (readonly)

Returns:



# File 'lib/jamf/api/json_objects/account_prefs.rb', line 48

#isDisableRelativeDatesString (readonly)

Returns:



# File 'lib/jamf/api/json_objects/account_prefs.rb', line 68

#languageString (readonly)

Returns:



# File 'lib/jamf/api/json_objects/account_prefs.rb', line 41

#regionString (readonly)

Returns:



# File 'lib/jamf/api/json_objects/account_prefs.rb', line 55

#timezoneString (readonly)

Returns:



# File 'lib/jamf/api/json_objects/account_prefs.rb', line 61