Class: Jamf::OAPISchemas::AccountSettingsResponse
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::AccountSettingsResponse
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb
Overview
OAPI Object Model and Enums for: AccountSettingsResponse
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.
Constant Summary collapse
- USER_ACCOUNT_TYPE_OPTIONS =
Enums used by this class or others
[ 'ADMINISTRATOR', 'STANDARD', 'SKIP' ]
- OAPI_PROPERTIES =
{ # id of Account Settings # @!attribute id # @return [String] id: { class: :j_id, identifier: :primary }, # @!attribute payloadConfigured # @return [Boolean] payloadConfigured: { class: :boolean }, # @!attribute localAdminAccountEnabled # @return [Boolean] localAdminAccountEnabled: { class: :boolean }, # @!attribute adminUsername # @return [String] adminUsername: { class: :string, min_length: 0 }, # @!attribute hiddenAdminAccount # @return [Boolean] hiddenAdminAccount: { class: :boolean }, # @!attribute localUserManaged # @return [Boolean] localUserManaged: { class: :boolean }, # @!attribute userAccountType # @return [String] userAccountType: { class: :string, enum: USER_ACCOUNT_TYPE_OPTIONS }, # @!attribute versionLock # @return [Integer] versionLock: { class: :integer, minimum: 0 }, # @!attribute prefillPrimaryAccountInfoFeatureEnabled # @return [Boolean] prefillPrimaryAccountInfoFeatureEnabled: { class: :boolean }, # Values accepted are only CUSTOM and DEVICE_OWNER # @!attribute prefillType # @return [String] prefillType: { class: :string }, # @!attribute prefillAccountFullName # @return [String] prefillAccountFullName: { class: :string, min_length: 0 }, # @!attribute prefillAccountUserName # @return [String] prefillAccountUserName: { class: :string, min_length: 0 }, # @!attribute preventPrefillInfoFromModification # @return [Boolean] preventPrefillInfoFromModification: { class: :boolean } }
Instance Attribute Summary collapse
- #adminUsername ⇒ String
- #hiddenAdminAccount ⇒ Boolean
- #id ⇒ String
- #localAdminAccountEnabled ⇒ Boolean
- #localUserManaged ⇒ Boolean
- #payloadConfigured ⇒ Boolean
- #prefillAccountFullName ⇒ String
- #prefillAccountUserName ⇒ String
- #prefillPrimaryAccountInfoFeatureEnabled ⇒ Boolean
- #prefillType ⇒ String
- #preventPrefillInfoFromModification ⇒ Boolean
- #userAccountType ⇒ String
- #versionLock ⇒ Integer
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#adminUsername ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 95
|
#hiddenAdminAccount ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 102
|
#localAdminAccountEnabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 89
|
#localUserManaged ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 108
|
#payloadConfigured ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 83
|
#prefillAccountFullName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 141
|
#prefillAccountUserName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 148
|
#prefillPrimaryAccountInfoFeatureEnabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 128
|
#prefillType ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 134
|
#preventPrefillInfoFromModification ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 155
|
#userAccountType ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 114
|
#versionLock ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb', line 121
|