Class: Jamf::OAPISchemas::DeviceEnrollmentDevice

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

Overview

OAPI Object Model and Enums for: DeviceEnrollmentDevice

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

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.

- Jamf::OAPISchemas::DeviceEnrollmentDeviceSearchResults

Sub Objects: Other object models used by this model’s attributes.

- Jamf::OAPISchemas::AssignRemoveProfileResponseSyncState

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

PROFILE_STATUS_OPTIONS =

Enums used by this class or others

[
  'EMPTY',
  'ASSIGNED',
  'PUSHED',
  'REMOVED'
]
OAPI_PROPERTIES =
{

  # @!attribute id
  #   @return [String]
  id: {
    class: :j_id,
    identifier: :primary
  },

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

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

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

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

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

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

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

  # @!attribute profileStatus
  #   @return [String]
  profileStatus: {
    class: :string,
    enum: PROFILE_STATUS_OPTIONS
  },

  # @!attribute syncState
  #   @return [Jamf::OAPISchemas::AssignRemoveProfileResponseSyncState]
  syncState: {
    class: Jamf::OAPISchemas::AssignRemoveProfileResponseSyncState
  },

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

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

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

}

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/device_enrollment_device.rb', line 119

#colorString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 113

#descriptionString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 101

#deviceAssignedDateString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 150

#deviceEnrollmentProgramInstanceIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 83

#idString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 76

#modelString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 107

#prestageIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 89

#profileAssignTimeString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 138

#profilePushTimeString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 144

#profileStatusString

Returns:



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

#serialNumberString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 95

#syncStateJamf::OAPISchemas::AssignRemoveProfileResponseSyncState



# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 132