Class: IControl::Management::CCLDAPConfiguration::LDAPSearchOption
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::CCLDAPConfiguration::LDAPSearchOption
- Defined in:
- lib/icontrol/management/ccldap_configuration.rb,
lib/icontrol/management/ccldap_configuration.rb
Overview
A struct that describes a monitor template.
Instance Attribute Summary (collapse)
-
- (String) search_base
The search base for the subtree used by the search method.
-
- (String) search_key
For user or cert search methods, this will denote a user ID in the LDAP database.
-
- (IControl::Management::LDAPSearchMethod) search_method
The search method.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) search_base
The search base for the subtree used by the search method. For user or cert search methods, this search base will be used by the user_base parameter in the PAM configuration. For certmap search method, this will be the certmap_base in the PAM configuration.
519 520 521 |
# File 'lib/icontrol/management/ccldap_configuration.rb', line 519 def search_base @search_base end |
- (String) search_key
For user or cert search methods, this will denote a user ID in the LDAP database. For certmap search method, this will denote the name of the certificate map found in the LDAP database.
519 520 521 |
# File 'lib/icontrol/management/ccldap_configuration.rb', line 519 def search_key @search_key end |
- (IControl::Management::LDAPSearchMethod) search_method
The search method.
519 520 521 |
# File 'lib/icontrol/management/ccldap_configuration.rb', line 519 def search_method @search_method end |