Class: Ansible::Ruby::Modules::Ipa_sudocmd
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ipa_sudocmd
- Defined in:
- lib/ansible/ruby/modules/generated/identity/ipa/ipa_sudocmd.rb
Overview
Add, modify or delete sudo command within FreeIPA server using FreeIPA API.
Instance Method Summary collapse
-
#description ⇒ String?
A description of this command.
-
#state ⇒ :present, ...
State to ensure.
-
#sudocmd ⇒ Object
Sudo Command.
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
#description ⇒ String?
Returns A description of this command.
16 |
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_sudocmd.rb', line 16 attribute :description |
#state ⇒ :present, ...
Returns State to ensure.
20 |
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_sudocmd.rb', line 20 attribute :state |
#sudocmd ⇒ Object
Returns Sudo Command.
12 |
# File 'lib/ansible/ruby/modules/generated/identity/ipa/ipa_sudocmd.rb', line 12 attribute :sudocmd |