Class: Jamf::OAPISchemas::PatchPolicyDetail
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::PatchPolicyDetail
- 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 generated from the api/schema URL path on a Jamf Pro server version 11.6.1-t1718634702
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
- #deploymentMethod ⇒ String
- #downgrade ⇒ Boolean
- #enabled ⇒ Boolean
- #iconId ⇒ String
- #id ⇒ String
- #installButtonText ⇒ String
- #killAppsDelayMinutes ⇒ Integer
- #killAppsMessage ⇒ String
- #name ⇒ String
- #notificationHeader ⇒ String
- #patchUnknownVersion ⇒ Boolean
- #reminderEnabled ⇒ Boolean
- #reminderFrequency ⇒ Integer
- #selfServiceDeadline ⇒ Integer
- #selfServiceDescription ⇒ String
- #selfServiceEnforceDeadline ⇒ Boolean
- #softwareTitleConfigurationId ⇒ String
- #softwareTitleId ⇒ String
- #targetPatchVersion ⇒ String
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#deploymentMethod ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 94
|
#downgrade ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 124
|
#enabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 82
|
#installButtonText ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 154
|
#killAppsDelayMinutes ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 112
|
#killAppsMessage ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 118
|
#notificationHeader ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 136
|
#patchUnknownVersion ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 130
|
#reminderEnabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 178
|
#reminderFrequency ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 172
|
#selfServiceDeadline ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 148
|
#selfServiceDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 160
|
#selfServiceEnforceDeadline ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 142
|
#softwareTitleConfigurationId ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 106
|
#softwareTitleId ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 100
|
#targetPatchVersion ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb', line 88
|