Class: Jamf::OAPISchemas::TvOsDetails
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::TvOsDetails
- 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.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::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
- #airplayPassword ⇒ String
- #certificates ⇒ Array<Jamf::OAPISchemas::MobileDeviceCertificateV2>
- #configurationProfiles ⇒ Array<Jamf::OAPISchemas::ConfigurationProfile>
- #deviceId ⇒ String
- #locales ⇒ String
- #model ⇒ String
- #modelIdentifier ⇒ String
- #modelNumber ⇒ String
- #purchasing ⇒ Jamf::OAPISchemas::PurchasingV2
- #supervised ⇒ Boolean
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#certificates ⇒ Array<Jamf::OAPISchemas::MobileDeviceCertificateV2>
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 128
|
#configurationProfiles ⇒ Array<Jamf::OAPISchemas::ConfigurationProfile>
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 121
|
#purchasing ⇒ Jamf::OAPISchemas::PurchasingV2
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 115
|
#supervised ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb', line 90
|