Class: Jamf::OAPISchemas::CloudLdapServerResponse
- Inherits:
-
Jamf::OAPIObject
- Object
- Jamf::OAPIObject
- Jamf::OAPISchemas::CloudLdapServerResponse
- Defined in:
- lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb
Overview
OAPI Object Model and Enums for: CloudLdapServerResponse
Description of this class from the OAPI Schema:
A Cloud Identity Provider LDAP server configuration for responses
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::LdapConfigurationResponse
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.
- '/v2/cloud-ldaps/defaults/{provider}/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 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 }, # @!attribute searchTimeout # @return [Integer] searchTimeout: { class: :integer, minimum: 5 }, # @!attribute useWildcards # @return [Boolean] useWildcards: { class: :boolean }, # @!attribute connectionType # @return [String] connectionType: { class: :string, enum: CONNECTION_TYPE_OPTIONS }, # @!attribute membershipCalculationOptimizationEnabled # @return [Boolean] membershipCalculationOptimizationEnabled: { class: :boolean } }
Instance Attribute Summary collapse
- #connectionTimeout ⇒ Integer
- #connectionType ⇒ String
- #domainName ⇒ String
- #enabled ⇒ Boolean
- #id ⇒ String
- #keystore ⇒ Jamf::OAPISchemas::CloudLdapKeystore
- #membershipCalculationOptimizationEnabled ⇒ Boolean
- #port ⇒ Integer
- #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/cloud_ldap_server_response.rb', line 115
|
#connectionType ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb', line 135
|
#domainName ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb', line 95
|
#enabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb', line 83
|
#keystore ⇒ Jamf::OAPISchemas::CloudLdapKeystore
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb', line 109
|
#membershipCalculationOptimizationEnabled ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb', line 142
|
#port ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb', line 101
|
#searchTimeout ⇒ Integer
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb', line 122
|
#serverUrl ⇒ String
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb', line 89
|
#useWildcards ⇒ Boolean
|
# File 'lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb', line 129
|