Class: Jamf::OAPISchemas::DeprecatedServerResponse
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::DeprecatedServerResponse
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb
Overview
OAPI Object Model and Enums for: DeprecatedServerResponse
Description of this class from the OAPI Schema:
An old Cloud Identity Provider LDAP server configuration for responses
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::DeprecatedConfigurationResponse
Sub Objects: Other object models used by this model's attributes.
- Jamf::OAPISchemas::CloudLdapKeystore
Endpoints and Privileges: API endpoints and HTTP operations that use this object model, and the Jamf Pro privileges needed to access them.
- '/v1/cloud-ldaps/defaults/server-configuration:GET' needs permissions:
- Read LDAP Servers
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, identifier: :primary }, # @!attribute enabled # @return [Boolean] enabled: { class: :boolean }, # @!attribute providerName # @return [String] providerName: { class: :string }, # @!attribute displayName # @return [String] displayName: { class: :string }, # @!attribute serverUrl # @return [String] serverUrl: { class: :string }, # @!attribute domainName # @return [String] domainName: { class: :string }, # @!attribute port # @return [Integer] port: { class: :integer, minimum: 1, maximum: 65535 }, # @!attribute keystore # @return [Jamf::OAPISchemas::CloudLdapKeystore] keystore: { class: Jamf::OAPISchemas::CloudLdapKeystore }, # @!attribute connectionTimeout # @return [Integer] connectionTimeout: { class: :integer, minimum: 5, maximum: 600.0 }, # @!attribute searchTimeout # @return [Integer] searchTimeout: { class: :integer, minimum: 5, maximum: 600.0 }, # @!attribute useWildcards # @return [Boolean] useWildcards: { class: :boolean }, # @!attribute connectionType # @return [String] connectionType: { class: :string, enum: CONNECTION_TYPE_OPTIONS } }
Instance Attribute Summary collapse
- #connectionTimeout ⇒ Integer
- #connectionType ⇒ String
- #displayName ⇒ String
- #domainName ⇒ String
- #enabled ⇒ Boolean
- #id ⇒ String
- #keystore ⇒ Jamf::OAPISchemas::CloudLdapKeystore
- #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_response.rb', line 128
|
#connectionType ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 150
|
#displayName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 96
|
#domainName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 108
|
#enabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 84
|
#keystore ⇒ Jamf::OAPISchemas::CloudLdapKeystore
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 122
|
#port ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 114
|
#providerName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 90
|
#searchTimeout ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 136
|
#serverUrl ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 102
|
#useWildcards ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/deprecated_server_response.rb', line 144
|