Class: Jamf::OAPISchemas::DeviceEnrollmentDevice
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::DeviceEnrollmentDevice
- 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
- #assetTag ⇒ String
- #color ⇒ String
- #description ⇒ String
- #deviceAssignedDate ⇒ String
- #deviceEnrollmentProgramInstanceId ⇒ String
- #id ⇒ String
- #model ⇒ String
- #prestageId ⇒ String
- #profileAssignTime ⇒ String
- #profilePushTime ⇒ String
- #profileStatus ⇒ String
- #serialNumber ⇒ String
- #syncState ⇒ Jamf::OAPISchemas::AssignRemoveProfileResponseSyncState
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#assetTag ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 119
|
#description ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 101
|
#deviceAssignedDate ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 150
|
#deviceEnrollmentProgramInstanceId ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 83
|
#prestageId ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 89
|
#profileAssignTime ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 138
|
#profilePushTime ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 144
|
#profileStatus ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 125
|
#serialNumber ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 95
|
#syncState ⇒ Jamf::OAPISchemas::AssignRemoveProfileResponseSyncState
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb', line 132
|