Class: Ansible::Ruby::Modules::Ldap_attr
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ldap_attr
- Defined in:
- lib/ansible/ruby/modules/generated/net_tools/ldap/ldap_attr.rb
Overview
Add or remove LDAP attribute values.
Instance Method Summary collapse
-
#name ⇒ String
The name of the attribute to modify.
-
#state ⇒ :present, ...
The state of the attribute values.
-
#values ⇒ Array<String>, String
The value(s) to add or remove.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/net_tools/ldap/ldap_attr.rb', line 12 attribute :name |
#state ⇒ :present, ...
16 |
# File 'lib/ansible/ruby/modules/generated/net_tools/ldap/ldap_attr.rb', line 16 attribute :state |
#values ⇒ Array<String>, String
20 |
# File 'lib/ansible/ruby/modules/generated/net_tools/ldap/ldap_attr.rb', line 20 attribute :values |