Class: Jamf::OAPISchemas::UpdateMobileDeviceV2

Inherits:
Jamf::OAPIObject show all
Defined in:
lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb

Overview

OAPI Object Model and Enums for: UpdateMobileDeviceV2

This class was automatically genereated from the api/schema URL path on a Jamf Pro server version 10.50.0-t1693149930

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::LocationV2
- Jamf::OAPISchemas::ExtensionAttributeV2
- Jamf::OAPISchemas::UpdateIosV2
- Jamf::OAPISchemas::UpdateTvOs

Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.

- '/v2/mobile-devices/{id}:PATCH' needs permissions:
  - Update Mobile Devices

Constant Summary collapse

OAPI_PROPERTIES =
{

  # Mobile Device Name. When updated, Jamf Pro sends an MDM settings command to the device (device must be supervised).
  # @!attribute name
  #   @return [String]
  name: {
    class: :string
  },

  # Enforce the mobile device name. Device must be supervised. If set to true, Jamf Pro will revert the Mobile Device Name to the ‘name’ value each time the device checks in.
  # @!attribute enforceName
  #   @return [Boolean]
  enforceName: {
    class: :boolean
  },

  # @!attribute assetTag
  #   @return [String]
  assetTag: {
    class: :string
  },

  # @!attribute siteId
  #   @return [String]
  siteId: {
    class: :string
  },

  # IANA time zone database name
  # @!attribute timeZone
  #   @return [String]
  timeZone: {
    class: :string
  },

  # @!attribute location
  #   @return [Jamf::OAPISchemas::LocationV2]
  location: {
    class: Jamf::OAPISchemas::LocationV2
  },

  # @!attribute updatedExtensionAttributes
  #   @return [Array<Jamf::OAPISchemas::ExtensionAttributeV2>]
  updatedExtensionAttributes: {
    class: Jamf::OAPISchemas::ExtensionAttributeV2,
    multi: true
  },

  # @!attribute ios
  #   @return [Jamf::OAPISchemas::UpdateIosV2]
  ios: {
    class: Jamf::OAPISchemas::UpdateIosV2
  },

  # @!attribute tvos
  #   @return [Jamf::OAPISchemas::UpdateTvOs]
  tvos: {
    class: Jamf::OAPISchemas::UpdateTvOs
  }

}

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#assetTagString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb', line 87

#enforceNameBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb', line 80

#iosJamf::OAPISchemas::UpdateIosV2



# File 'lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb', line 119

#locationJamf::OAPISchemas::LocationV2



# File 'lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb', line 106

#nameString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb', line 73

#siteIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb', line 93

#timeZoneString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb', line 99

#tvosJamf::OAPISchemas::UpdateTvOs



# File 'lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb', line 125

#updatedExtensionAttributesArray<Jamf::OAPISchemas::ExtensionAttributeV2>



# File 'lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb', line 112