Class: Jamf::OAPISchemas::SettingsCommand
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::SettingsCommand
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb
Overview
OAPI Object Model and Enums for: SettingsCommand
This class was automatically genereated from the api/schema URL path on a Jamf Pro server version 10.36.1-t1645562643
This class may be used directly, e.g instances of other classes may use instances of this class as one of their own properties/attributes.
It may also be used as a superclass when implementing Jamf Pro API Resources in ruby-jss. The subclasses include appropriate mixins, and should expand on the basic functionality provided here.
Container Objects: Other object models that use this model as the value in one of their attributes.
Sub Objects: Other object models used by this model's attributes.
- Jamf::OAPISchemas::AppAnalyticsSetting
- Jamf::OAPISchemas::DiagnosticSubmissionSetting
- Jamf::OAPISchemas::DataRoamingSetting
- Jamf::OAPISchemas::VoiceRoamingSetting
- Jamf::OAPISchemas::PersonalHotspotSetting
- Jamf::OAPISchemas::ApplicationAttributes
- Jamf::OAPISchemas::SharedDeviceConfiguration
- Jamf::OAPISchemas::ApplicationConfiguration
- Jamf::OAPISchemas::SoftwareUpdateSettings
Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.
Constant Summary collapse
- OAPI_PROPERTIES =
{ # @!attribute bootstrapTokenAllowed # @return [Boolean] bootstrapTokenAllowed: { class: :boolean }, # @!attribute bluetooth # @return [Boolean] bluetooth: { class: :boolean }, # @!attribute appAnalytics # @return [Jamf::OAPISchemas::AppAnalyticsSetting] appAnalytics: { class: Jamf::OAPISchemas::AppAnalyticsSetting }, # @!attribute diagnosticSubmission # @return [Jamf::OAPISchemas::DiagnosticSubmissionSetting] diagnosticSubmission: { class: Jamf::OAPISchemas::DiagnosticSubmissionSetting }, # @!attribute dataRoaming # @return [Jamf::OAPISchemas::DataRoamingSetting] dataRoaming: { class: Jamf::OAPISchemas::DataRoamingSetting }, # @!attribute voiceRoaming # @return [Jamf::OAPISchemas::VoiceRoamingSetting] voiceRoaming: { class: Jamf::OAPISchemas::VoiceRoamingSetting }, # @!attribute personalHotspot # @return [Jamf::OAPISchemas::PersonalHotspotSetting] personalHotspot: { class: Jamf::OAPISchemas::PersonalHotspotSetting }, # @!attribute maximumResidentUsers # @return [Integer] maximumResidentUsers: { class: :integer }, # @!attribute deviceName # @return [String] deviceName: { class: :string }, # @!attribute applicationAttributes # @return [Jamf::OAPISchemas::ApplicationAttributes] applicationAttributes: { class: Jamf::OAPISchemas::ApplicationAttributes }, # @!attribute sharedDeviceConfiguration # @return [Jamf::OAPISchemas::SharedDeviceConfiguration] sharedDeviceConfiguration: { class: Jamf::OAPISchemas::SharedDeviceConfiguration }, # @!attribute applicationConfiguration # @return [Jamf::OAPISchemas::ApplicationConfiguration] applicationConfiguration: { class: Jamf::OAPISchemas::ApplicationConfiguration }, # @!attribute timeZone # @return [String] timeZone: { class: :string }, # @!attribute softwareUpdateSettings # @return [Jamf::OAPISchemas::SoftwareUpdateSettings] softwareUpdateSettings: { class: Jamf::OAPISchemas::SoftwareUpdateSettings } }
Instance Attribute Summary collapse
- #appAnalytics ⇒ Jamf::OAPISchemas::AppAnalyticsSetting
- #applicationAttributes ⇒ Jamf::OAPISchemas::ApplicationAttributes
- #applicationConfiguration ⇒ Jamf::OAPISchemas::ApplicationConfiguration
- #bluetooth ⇒ Boolean
- #bootstrapTokenAllowed ⇒ Boolean
- #dataRoaming ⇒ Jamf::OAPISchemas::DataRoamingSetting
- #deviceName ⇒ String
- #diagnosticSubmission ⇒ Jamf::OAPISchemas::DiagnosticSubmissionSetting
- #maximumResidentUsers ⇒ Integer
- #personalHotspot ⇒ Jamf::OAPISchemas::PersonalHotspotSetting
- #sharedDeviceConfiguration ⇒ Jamf::OAPISchemas::SharedDeviceConfiguration
- #softwareUpdateSettings ⇒ Jamf::OAPISchemas::SoftwareUpdateSettings
- #timeZone ⇒ String
- #voiceRoaming ⇒ Jamf::OAPISchemas::VoiceRoamingSetting
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#appAnalytics ⇒ Jamf::OAPISchemas::AppAnalyticsSetting
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 90
|
#applicationAttributes ⇒ Jamf::OAPISchemas::ApplicationAttributes
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 132
|
#applicationConfiguration ⇒ Jamf::OAPISchemas::ApplicationConfiguration
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 144
|
#bluetooth ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 84
|
#bootstrapTokenAllowed ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 78
|
#dataRoaming ⇒ Jamf::OAPISchemas::DataRoamingSetting
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 102
|
#diagnosticSubmission ⇒ Jamf::OAPISchemas::DiagnosticSubmissionSetting
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 96
|
#maximumResidentUsers ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 120
|
#personalHotspot ⇒ Jamf::OAPISchemas::PersonalHotspotSetting
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 114
|
#sharedDeviceConfiguration ⇒ Jamf::OAPISchemas::SharedDeviceConfiguration
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 138
|
#softwareUpdateSettings ⇒ Jamf::OAPISchemas::SoftwareUpdateSettings
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 156
|
#voiceRoaming ⇒ Jamf::OAPISchemas::VoiceRoamingSetting
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb', line 108
|