Class: Jamf::OAPISchemas::ClientCheckInV3
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::ClientCheckInV3
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb
Overview
OAPI Object Model and Enums for: ClientCheckInV3
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.
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.
- '/v3/check-in:GET' needs permissions:
- Read Computer Check-In
- '/v3/check-in:PUT' needs permissions:
- Update Computer Check-In
Constant Summary collapse
- OAPI_PROPERTIES =
{ # Suggested values are 5, 15, 30, or 60. Web interface will not display correctly if not one of those. Minimum is 5, maximum is 60. # @!attribute checkInFrequency # @return [Integer] checkInFrequency: { class: :integer, format: 'int32' }, # @!attribute createHooks # @return [Boolean] createHooks: { class: :boolean }, # @!attribute hookLog # @return [Boolean] hookLog: { class: :boolean }, # @!attribute hookPolicies # @return [Boolean] hookPolicies: { class: :boolean }, # @!attribute createStartupScript # @return [Boolean] createStartupScript: { class: :boolean }, # @!attribute startupLog # @return [Boolean] startupLog: { class: :boolean }, # @!attribute startupPolicies # @return [Boolean] startupPolicies: { class: :boolean }, # @!attribute startupSsh # @return [Boolean] startupSsh: { class: :boolean }, # @!attribute enableLocalConfigurationProfiles # @return [Boolean] enableLocalConfigurationProfiles: { class: :boolean } }
Instance Attribute Summary collapse
- #checkInFrequency ⇒ Integer
- #createHooks ⇒ Boolean
- #createStartupScript ⇒ Boolean
- #enableLocalConfigurationProfiles ⇒ Boolean
- #hookLog ⇒ Boolean
- #hookPolicies ⇒ Boolean
- #startupLog ⇒ Boolean
- #startupPolicies ⇒ Boolean
- #startupSsh ⇒ Boolean
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#checkInFrequency ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb', line 72
|
#createHooks ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb', line 80
|
#createStartupScript ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb', line 98
|
#enableLocalConfigurationProfiles ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb', line 122
|
#hookLog ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb', line 86
|
#hookPolicies ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb', line 92
|
#startupLog ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb', line 104
|
#startupPolicies ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb', line 110
|
#startupSsh ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb', line 116
|