Class: Jamf::OAPISchemas::PatchPolicyDetail

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

Overview

OAPI Object Model and Enums for: PatchPolicyDetail

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

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

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 id
  #   @return [String]
  id: {
    class: :j_id,
    identifier: :primary
  },

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

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

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

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

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

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

  # @!attribute killAppsDelayMinutes
  #   @return [Integer]
  killAppsDelayMinutes: {
    class: :integer
  },

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

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

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

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

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

  # @!attribute selfServiceDeadline
  #   @return [Integer]
  selfServiceDeadline: {
    class: :integer
  },

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

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

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

  # @!attribute reminderFrequency
  #   @return [Integer]
  reminderFrequency: {
    class: :integer
  },

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

}

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#deploymentMethodString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 94

#downgradeBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 124

#enabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 82

#iconIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 166

#idString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 69

#installButtonTextString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 154

#killAppsDelayMinutesInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 112

#killAppsMessageString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 118

#nameString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 76

#notificationHeaderString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 136

#patchUnknownVersionBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 130

#reminderEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 178

#reminderFrequencyInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 172

#selfServiceDeadlineInteger

Returns:

  • (Integer)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 148

#selfServiceDescriptionString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 160

#selfServiceEnforceDeadlineBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 142

#softwareTitleConfigurationIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 106

#softwareTitleIdString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 100

#targetPatchVersionString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 88