Class: Ansible::Ruby::Modules::Na_elementsw_ldap

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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.

Returns:

  • (:DirectBind, :SearchAndBind, nil)

    Identifies which user authentication method to use.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 16

attribute :authType

#groupSearchBaseDnObject?

Returns The base DN of the tree to start the group search (will do a subtree search from here).

Returns:

  • (Object, nil)

    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

#groupSearchCustomFilterObject?

Returns For use with the CustomFilter Search type.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:NoGroup, :ActiveDirectory, :MemberDN, nil)

    Controls the default group search filter used



23
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 23

attribute :groupSearchType

#searchBindDNObject?

Returns A dully qualified DN to log in with to perform an LDAp search for the user (needs read access to the LDAP directory).

Returns:

  • (Object, nil)

    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

#searchBindPasswordObject?

Returns The password for the searchBindDN account used for searching.

Returns:

  • (Object, nil)

    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

#serverURIsString?

Returns A comma-separated list of LDAP server URIs.

Returns:

  • (String, nil)

    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.

Returns:

  • (:present, :absent)

    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

#userDNTemplateArray<String>, ...

Returns A string that is used form a fully qualified user DN.

Returns:

  • (Array<String>, String, nil)

    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

#userSearchBaseDNObject?

Returns The base DN of the tree to start the search (will do a subtree search from here).

Returns:

  • (Object, nil)

    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

#userSearchFilterObject?

Returns the LDAP Filter to use.

Returns:

  • (Object, nil)

    the LDAP Filter to use



40
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_ldap.rb', line 40

attribute :userSearchFilter