Class: Ansible::Ruby::Modules::Na_elementsw_ldap
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_elementsw_ldap
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb
Overview
Enable, disable ldap, and add ldap users
Instance Method Summary collapse
-
#authType ⇒ :DirectBind, ...
Identifies which user authentication method to use.
-
#groupSearchBaseDn ⇒ Object?
The base DN of the tree to start the group search (will do a subtree search from here).
-
#groupSearchCustomFilter ⇒ Object?
For use with the CustomFilter Search type.
-
#groupSearchType ⇒ :NoGroup, ...
Controls the default group search filter used.
-
#searchBindDN ⇒ Object?
A dully qualified DN to log in with to perform an LDAp search for the user (needs read access to the LDAP directory).
-
#searchBindPassword ⇒ Object?
The password for the searchBindDN account used for searching.
-
#serverURIs ⇒ String?
A comma-separated list of LDAP server URIs.
-
#state ⇒ :present, :absent
Whether the specified volume should exist or not.
-
#userDNTemplate ⇒ Array<String>, ...
A string that is used form a fully qualified user DN.
-
#userSearchBaseDN ⇒ Object?
The base DN of the tree to start the search (will do a subtree search from here).
-
#userSearchFilter ⇒ Object?
The LDAP Filter to use.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#authType ⇒ :DirectBind, ...
Returns Identifies which user authentication method to use.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 16 attribute :authType |
#groupSearchBaseDn ⇒ Object?
Returns The base DN of the tree to start the group search (will do a subtree search from here).
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 20 attribute :groupSearchBaseDn |
#groupSearchCustomFilter ⇒ Object?
Returns For use with the CustomFilter Search type.
47 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 47 attribute :groupSearchCustomFilter |
#groupSearchType ⇒ :NoGroup, ...
Returns Controls the default group search filter used.
23 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 23 attribute :groupSearchType |
#searchBindDN ⇒ Object?
Returns A dully qualified DN to log in with to perform an LDAp search for the user (needs read access to the LDAP directory).
34 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 34 attribute :searchBindDN |
#searchBindPassword ⇒ Object?
Returns The password for the searchBindDN account used for searching.
37 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 37 attribute :searchBindPassword |
#serverURIs ⇒ String?
Returns A comma-separated list of LDAP server URIs.
27 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 27 attribute :serverURIs |
#state ⇒ :present, :absent
Returns Whether the specified volume should exist or not.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 12 attribute :state |
#userDNTemplate ⇒ Array<String>, ...
Returns A string that is used form a fully qualified user DN.
43 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 43 attribute :userDNTemplate |
#userSearchBaseDN ⇒ Object?
Returns The base DN of the tree to start the search (will do a subtree search from here).
31 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 31 attribute :userSearchBaseDN |
#userSearchFilter ⇒ Object?
Returns the LDAP Filter to use.
40 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 40 attribute :userSearchFilter |