Class: Jamf::ExtensionAttribute

Inherits:
CollectionResource show all
Defined in:
lib/jamf/api/resources/collection_resources/extension_attribute.rb

Overview

An extension attribute in Jamf Pro

Constant Summary collapse

VALUE_TYPES =
{
  string: 'STRING',
  integer: 'INTEGER',
  date: 'DATE'
}.freeze
OBJECT_MODEL =
{

}.freeze

Constructor Details

This class inherits a constructor from Jamf::JSONObject