Class: Jamf::ClientCheckInSettings
Overview
The client checkin settings for the Jamf Pro Server
Constant Summary
collapse
- UPDATABLE =
true
- RSRC_VERSION =
'v1'.freeze
- RSRC_PATH =
'check-in'.freeze
- OBJECT_MODEL =
{
checkInFrequency: {
class: :integer
},
isCreateHooks: {
class: :boolean
},
isHookLog: {
class: :boolean
},
isHookPolicies: {
class: :boolean
},
isHookHideRestore: {
class: :boolean
},
isHookMCX: {
class: :boolean
},
isBackgroundHooks: {
class: :boolean
},
isHookDisplayStatus: {
class: :boolean
},
isCreateStartupScript: {
class: :boolean
},
isStartupLog: {
class: :boolean
},
isStartupPolicies: {
class: :boolean
},
isStartupSSH: {
class: :boolean
},
isStartupMCX: {
class: :boolean
},
isEnableLocalConfigurationProfiles: {
class: :boolean
}
}.freeze
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
Instance Attribute Details
#checkInFrequency ⇒ integer
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 49
|
#isBackgroundHooks ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 85
|
#isCreateHooks ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 55
|
#isCreateStartupScript ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 97
|
#isEnableLocalConfigurationProfiles ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 127
|
#isHookDisplayStatus ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 91
|
#isHookHideRestore ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 73
|
#isHookLog ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 61
|
#isHookMCX ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 79
|
#isHookPolicies ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 67
|
#isStartupLog ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 103
|
#isStartupMCX ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 121
|
#isStartupPolicies ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 109
|
#isStartupSSH ⇒ Boolean
|
# File 'lib/jamf/api/resources/singleton_resources/client_checkin_settings.rb', line 115
|
Class Method Details
.add_change_log_note(note, cnx: Jamf.cnx) ⇒ void
Originally defined in module
ChangeLog
This method returns an undefined value.
Add a note to this resource’s change log.
If the change history has been cached already, it is recached after adding the note.
.change_log(refresh = false, cnx: Jamf.cnx) ⇒ Array<Jamf::ChangeHistoryEntry>
Originally defined in module
ChangeLog
The change and note history for this resource.
The history is cached internally and only re-fetched when a truthy parameter is given.
Instance Method Details
#add_change_log_note(note, cnx: Jamf.cnx) ⇒ void
Originally defined in module
ChangeLog
This method returns an undefined value.
Add a note to this resource’s change log.
If the change history has been cached already, it is recached after adding the note.
#change_log(refresh = false, cnx: Jamf.cnx) ⇒ Array<Jamf::ChangeHistoryEntry>
Originally defined in module
ChangeLog
The change and note history for this resource.
The history is cached internally and only re-fetched when a truthy parameter is given.