Class: Jamf::OAPISchemas::DeprecatedServerUpdate
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::DeprecatedServerUpdate
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb
Overview
OAPI Object Model and Enums for: DeprecatedServerUpdate
Description of this class from the OAPI Schema:
An old Cloud Identity Provider LDAP server configuration for updates
This class was automatically genereated from the api/schema URL path on a Jamf Pro server version 10.36.1-t1645562643
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::DeprecatedConfigurationUpdate
Sub Objects: Other object models used by this model's attributes.
- Jamf::OAPISchemas::CloudLdapKeystoreFile
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
- CONNECTION_TYPE_OPTIONS =
Enums used by this class or others
[ 'LDAPS', 'START_TLS' ]
- OAPI_PROPERTIES =
{ # @!attribute id # @return [String] id: { class: :j_id, required: true, identifier: :primary }, # @!attribute enabled # @return [Boolean] enabled: { class: :boolean, required: true }, # @!attribute providerName # @return [String] providerName: { class: :string, required: true }, # @!attribute displayName # @return [String] displayName: { class: :string, required: true }, # @!attribute serverUrl # @return [String] serverUrl: { class: :string, required: true }, # @!attribute domainName # @return [String] domainName: { class: :string, required: true }, # @!attribute port # @return [Integer] port: { class: :integer, required: true, minimum: 1, maximum: 65535 }, # @!attribute keystore # @return [Jamf::OAPISchemas::CloudLdapKeystoreFile] keystore: { class: Jamf::OAPISchemas::CloudLdapKeystoreFile }, # @!attribute connectionTimeout # @return [Integer] connectionTimeout: { class: :integer, required: true, minimum: 1 }, # @!attribute searchTimeout # @return [Integer] searchTimeout: { class: :integer, required: true, minimum: 1 }, # @!attribute useWildcards # @return [Boolean] useWildcards: { class: :boolean, required: true }, # @!attribute connectionType # @return [String] connectionType: { class: :string, required: true, enum: CONNECTION_TYPE_OPTIONS } }
Instance Attribute Summary collapse
- #connectionTimeout ⇒ Integer
- #connectionType ⇒ String
- #displayName ⇒ String
- #domainName ⇒ String
- #enabled ⇒ Boolean
- #id ⇒ String
- #keystore ⇒ Jamf::OAPISchemas::CloudLdapKeystoreFile
- #port ⇒ Integer
- #providerName ⇒ String
- #searchTimeout ⇒ Integer
- #serverUrl ⇒ String
- #useWildcards ⇒ Boolean
Constructor Details
This class inherits a constructor from Jamf::OAPIObject
Instance Attribute Details
#connectionTimeout ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 134
|
#connectionType ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 157
|
#displayName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 98
|
#domainName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 112
|
#enabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 84
|
#keystore ⇒ Jamf::OAPISchemas::CloudLdapKeystoreFile
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 128
|
#port ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 119
|
#providerName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 91
|
#searchTimeout ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 142
|
#serverUrl ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 105
|
#useWildcards ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_update.rb', line 150
|