Class: Jamf::OAPISchemas::EnrollmentProcessTextObject
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::EnrollmentProcessTextObject
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb
Overview
OAPI Object Model and Enums for: EnrollmentProcessTextObject
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::ProcessTextsSearchResults
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.
- '/v2/enrollment/languages/{languageId}:GET' needs permissions:
- Read User-Initiated Enrollment
- '/v2/enrollment/languages/{languageId}:PUT' needs permissions:
- Update User-Initiated Enrollment
- '/v3/enrollment/languages/{languageId}:GET' needs permissions:
- Read User-Initiated Enrollment
- '/v3/enrollment/languages/{languageId}:PUT' needs permissions:
- Update User-Initiated Enrollment
Constant Summary collapse
- OAPI_PROPERTIES =
{ # @!attribute languageCode # @return [String] languageCode: { class: :string }, # @!attribute name # @return [String] name: { class: :string }, # @!attribute title # @return [String] title: { class: :string }, # @!attribute loginDescription # @return [String] loginDescription: { class: :string }, # @!attribute username # @return [String] username: { class: :string }, # @!attribute password # @return [String] password: { class: :string }, # @!attribute loginButton # @return [String] loginButton: { class: :string }, # @!attribute deviceClassDescription # @return [String] deviceClassDescription: { class: :string }, # @!attribute deviceClassPersonal # @return [String] deviceClassPersonal: { class: :string }, # @!attribute deviceClassPersonalDescription # @return [String] deviceClassPersonalDescription: { class: :string }, # @!attribute deviceClassEnterprise # @return [String] deviceClassEnterprise: { class: :string }, # @!attribute deviceClassEnterpriseDescription # @return [String] deviceClassEnterpriseDescription: { class: :string }, # @!attribute deviceClassButton # @return [String] deviceClassButton: { class: :string }, # @!attribute personalEula # @return [String] personalEula: { class: :string }, # @!attribute enterpriseEula # @return [String] enterpriseEula: { class: :string }, # @!attribute eulaButton # @return [String] eulaButton: { class: :string }, # @!attribute siteDescription # @return [String] siteDescription: { class: :string }, # @!attribute certificateText # @return [String] certificateText: { class: :string }, # @!attribute certificateButton # @return [String] certificateButton: { class: :string }, # @!attribute certificateProfileName # @return [String] certificateProfileName: { class: :string }, # @!attribute certificateProfileDescription # @return [String] certificateProfileDescription: { class: :string }, # @!attribute personalText # @return [String] personalText: { class: :string }, # @!attribute personalButton # @return [String] personalButton: { class: :string }, # @!attribute personalProfileName # @return [String] personalProfileName: { class: :string }, # @!attribute personalProfileDescription # @return [String] personalProfileDescription: { class: :string }, # @!attribute userEnrollmentText # @return [String] userEnrollmentText: { class: :string }, # @!attribute userEnrollmentButton # @return [String] userEnrollmentButton: { class: :string }, # @!attribute userEnrollmentProfileName # @return [String] userEnrollmentProfileName: { class: :string }, # @!attribute userEnrollmentProfileDescription # @return [String] userEnrollmentProfileDescription: { class: :string }, # @!attribute enterpriseText # @return [String] enterpriseText: { class: :string }, # @!attribute enterpriseButton # @return [String] enterpriseButton: { class: :string }, # @!attribute enterpriseProfileName # @return [String] enterpriseProfileName: { class: :string }, # @!attribute enterpriseProfileDescription # @return [String] enterpriseProfileDescription: { class: :string }, # @!attribute enterprisePending # @return [String] enterprisePending: { class: :string }, # @!attribute quickAddText # @return [String] quickAddText: { class: :string }, # @!attribute quickAddButton # @return [String] quickAddButton: { class: :string }, # @!attribute quickAddName # @return [String] quickAddName: { class: :string }, # @!attribute quickAddPending # @return [String] quickAddPending: { class: :string }, # @!attribute completeMessage # @return [String] completeMessage: { class: :string }, # @!attribute failedMessage # @return [String] failedMessage: { class: :string }, # @!attribute tryAgainButton # @return [String] tryAgainButton: { class: :string }, # @!attribute checkNowButton # @return [String] checkNowButton: { class: :string }, # @!attribute checkEnrollmentMessage # @return [String] checkEnrollmentMessage: { class: :string }, # @!attribute logoutButton # @return [String] logoutButton: { class: :string } }
Instance Attribute Summary collapse
- #certificateButton ⇒ String
- #certificateProfileDescription ⇒ String
- #certificateProfileName ⇒ String
- #certificateText ⇒ String
- #checkEnrollmentMessage ⇒ String
- #checkNowButton ⇒ String
- #completeMessage ⇒ String
- #deviceClassButton ⇒ String
- #deviceClassDescription ⇒ String
- #deviceClassEnterprise ⇒ String
- #deviceClassEnterpriseDescription ⇒ String
- #deviceClassPersonal ⇒ String
- #deviceClassPersonalDescription ⇒ String
- #enterpriseButton ⇒ String
- #enterpriseEula ⇒ String
- #enterprisePending ⇒ String
- #enterpriseProfileDescription ⇒ String
- #enterpriseProfileName ⇒ String
- #enterpriseText ⇒ String
- #eulaButton ⇒ String
- #failedMessage ⇒ String
- #languageCode ⇒ String
- #loginButton ⇒ String
- #loginDescription ⇒ String
- #logoutButton ⇒ String
- #name ⇒ String
- #password ⇒ String
- #personalButton ⇒ String
- #personalEula ⇒ String
- #personalProfileDescription ⇒ String
- #personalProfileName ⇒ String
- #personalText ⇒ String
- #quickAddButton ⇒ String
- #quickAddName ⇒ String
- #quickAddPending ⇒ String
- #quickAddText ⇒ String
- #siteDescription ⇒ String
- #title ⇒ String
- #tryAgainButton ⇒ String
- #userEnrollmentButton ⇒ String
- #userEnrollmentProfileDescription ⇒ String
- #userEnrollmentProfileName ⇒ String
- #userEnrollmentText ⇒ String
- #username ⇒ String
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#certificateButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 184
|
#certificateProfileDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 196
|
#certificateProfileName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 190
|
#certificateText ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 178
|
#checkEnrollmentMessage ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 328
|
#checkNowButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 322
|
#completeMessage ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 304
|
#deviceClassButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 148
|
#deviceClassDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 118
|
#deviceClassEnterprise ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 136
|
#deviceClassEnterpriseDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 142
|
#deviceClassPersonal ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 124
|
#deviceClassPersonalDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 130
|
#enterpriseButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 256
|
#enterpriseEula ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 160
|
#enterprisePending ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 274
|
#enterpriseProfileDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 268
|
#enterpriseProfileName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 262
|
#enterpriseText ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 250
|
#eulaButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 166
|
#failedMessage ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 310
|
#languageCode ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 76
|
#loginButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 112
|
#loginDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 94
|
#logoutButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 334
|
#name ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 82
|
#password ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 106
|
#personalButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 208
|
#personalEula ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 154
|
#personalProfileDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 220
|
#personalProfileName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 214
|
#personalText ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 202
|
#quickAddButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 286
|
#quickAddName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 292
|
#quickAddPending ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 298
|
#quickAddText ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 280
|
#siteDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 172
|
#title ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 88
|
#tryAgainButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 316
|
#userEnrollmentButton ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 232
|
#userEnrollmentProfileDescription ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 244
|
#userEnrollmentProfileName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 238
|
#userEnrollmentText ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 226
|
#username ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb', line 100
|