Class: Jamf::OAPISchemas::AppleTvDetails

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

Overview

OAPI Object Model and Enums for: AppleTvDetails

Description of this class from the OAPI Schema:

will be populated if the type is appleTv.

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.

- Jamf::OAPISchemas::MobileDeviceDetails

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

- Jamf::OAPISchemas::Purchasing
- Jamf::OAPISchemas::ConfigurationProfile

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 model
  #   @return [String]
  model: {
    class: :string
  },

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

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

  # @!attribute isSupervised
  #   @return [Boolean]
  isSupervised: {
    class: :boolean
  },

  # @!attribute airplayPassword
  #   @return [String]
  airplayPassword: {
    class: :string,
    format: 'password'
  },

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

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

  # @!attribute purchasing
  #   @return [Jamf::OAPISchemas::Purchasing]
  purchasing: {
    class: Jamf::OAPISchemas::Purchasing
  },

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

}

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#airplayPasswordString

Returns:



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

#configurationProfilesArray<Jamf::OAPISchemas::ConfigurationProfile>



# File 'lib/jamf/api/jamf_pro/oapi_schemas/apple_tv_details.rb', line 120

#deviceIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/apple_tv_details.rb', line 102

#isSupervisedBoolean

Returns:

  • (Boolean)


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

#localesString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/apple_tv_details.rb', line 108

#modelString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/apple_tv_details.rb', line 71

#modelIdentifierString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/apple_tv_details.rb', line 77

#modelNumberString

Returns:



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

#purchasingJamf::OAPISchemas::Purchasing



# File 'lib/jamf/api/jamf_pro/oapi_schemas/apple_tv_details.rb', line 114