Class: Jamf::OAPISchemas::EnrollmentSettingsV3

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

Overview

OAPI Object Model and Enums for: EnrollmentSettingsV3

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.

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

- Jamf::OAPISchemas::CertificateIdentityV2
- Jamf::OAPISchemas::CertificateIdentityV2
- Jamf::OAPISchemas::CertificateDetails
- Jamf::OAPISchemas::CertificateDetails

Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.

- '/v3/enrollment:GET' needs permissions:
  - Read User-Initiated Enrollment
- '/v3/enrollment:PUT' needs permissions:
  - Update User-Initiated Enrollment

Constant Summary collapse

FLUSH_MDM_COMMANDS_ON_REENROLL_OPTIONS =

Enums used by this class or others

[
  'DELETE_NOTHING',
  'DELETE_ERRORS',
  'DELETE_EVERYTHING_EXCEPT_ACKNOWLEDGED',
  'DELETE_EVERYTHING'
]
PERSONAL_DEVICE_ENROLLMENT_TYPE_OPTIONS =
[
  'USERENROLLMENT',
  'PERSONALDEVICEPROFILES'
]
OAPI_PROPERTIES =
{

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

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

  # @!attribute mdmSigningCertificate
  #   @return [Jamf::OAPISchemas::CertificateIdentityV2]
  mdmSigningCertificate: {
    class: Jamf::OAPISchemas::CertificateIdentityV2
  },

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

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

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

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

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

  # @!attribute flushMdmCommandsOnReenroll
  #   @return [String]
  flushMdmCommandsOnReenroll: {
    class: :string,
    enum: FLUSH_MDM_COMMANDS_ON_REENROLL_OPTIONS
  },

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

  # @!attribute managementUsername
  #   @return [String]
  managementUsername: {
    class: :string,
    required: true
  },

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

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

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

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

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

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

  # @!attribute developerCertificateIdentity
  #   @return [Jamf::OAPISchemas::CertificateIdentityV2]
  developerCertificateIdentity: {
    class: Jamf::OAPISchemas::CertificateIdentityV2
  },

  # @!attribute developerCertificateIdentityDetails
  #   @return [Jamf::OAPISchemas::CertificateDetails]
  developerCertificateIdentityDetails: {
    class: Jamf::OAPISchemas::CertificateDetails
  },

  # @!attribute mdmSigningCertificateDetails
  #   @return [Jamf::OAPISchemas::CertificateDetails]
  mdmSigningCertificateDetails: {
    class: Jamf::OAPISchemas::CertificateDetails
  },

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

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

  # @!attribute personalDeviceEnrollmentType
  #   @return [String]
  personalDeviceEnrollmentType: {
    class: :string,
    enum: PERSONAL_DEVICE_ENROLLMENT_TYPE_OPTIONS
  },

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

}

Instance Attribute Summary collapse

Constructor Details

This class inherits a constructor from Jamf::OAPIObject

Instance Attribute Details

#accountDrivenUserEnrollmentEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 228

#allowSshOnlyManagementAccountBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 167

#createManagementAccountBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 155

#developerCertificateIdentityJamf::OAPISchemas::CertificateIdentityV2



# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 191

#developerCertificateIdentityDetailsJamf::OAPISchemas::CertificateDetails



# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 197

#ensureSshRunningBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 173

#flushExtensionAttributesBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 129

#flushLocationHistoryInformationBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 117

#flushLocationInformationBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 111

#flushMdmCommandsOnReenrollString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 135

#flushPolicyHistoryBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 123

#hideManagementAccountBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 161

#installSingleProfileBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 87

#iosEnterpriseEnrollmentEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 209

#iosPersonalEnrollmentEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 215

#launchSelfServiceBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 179

#macOsEnterpriseEnrollmentEnabledBoolean

Returns:

  • (Boolean)


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

#managementUsernameString

Returns:



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

#mdmSigningCertificateJamf::OAPISchemas::CertificateIdentityV2



# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 99

#mdmSigningCertificateDetailsJamf::OAPISchemas::CertificateDetails



# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 203

#personalDeviceEnrollmentTypeString

Returns:



# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 221

#restrictReenrollmentBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 105

#signingMdmProfileEnabledBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 93

#signQuickAddBoolean

Returns:

  • (Boolean)


# File 'lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb', line 185