Class: Jamf::OAPISchemas::TvOsDetails

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

Overview

OAPI Object Model and Enums for: TvOsDetails

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::MobileDeviceDetailsV2

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

- Jamf::OAPISchemas::PurchasingV2
- Jamf::OAPISchemas::ConfigurationProfile
- Jamf::OAPISchemas::MobileDeviceCertificateV2

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 supervised
  #   @return [Boolean]
  supervised: {
    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::PurchasingV2]
  purchasing: {
    class: Jamf::OAPISchemas::PurchasingV2
  },

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

  # @!attribute certificates
  #   @return [Array<Jamf::OAPISchemas::MobileDeviceCertificateV2>]
  certificates: {
    class: Jamf::OAPISchemas::MobileDeviceCertificateV2,
    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/tv_os_details.rb', line 96

#certificatesArray<Jamf::OAPISchemas::MobileDeviceCertificateV2>



# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 128

#configurationProfilesArray<Jamf::OAPISchemas::ConfigurationProfile>



# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 121

#deviceIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 103

#localesString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 109

#modelString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 72

#modelIdentifierString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 78

#modelNumberString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 84

#purchasingJamf::OAPISchemas::PurchasingV2



# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 115

#supervisedBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 90