Class: Ansible::Ruby::Modules::Win_audit_policy_system
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_audit_policy_system
- Defined in:
- lib/ansible/ruby/modules/generated/windows/win_audit_policy_system.rb
Overview
Used to make changes to the system wide Audit Policy. It is recommended to take a backup of the policies before adjusting them for the first time. See this page for in depth information U(technet.microsoft.com/en-us/library/cc766468.aspx).
Instance Method Summary collapse
-
#audit_type ⇒ :failure, ...
The type of event you would like to audit for.,Accepts a list.
-
#category ⇒ String?
Single string value for the category you would like to adjust the policy on.,Cannot be used with I(subcategory).
-
#subcategory ⇒ String?
Single string value for the subcategory you would like to adjust the policy on.,Cannot be used with I(category).
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
#audit_type ⇒ :failure, ...
22 |
# File 'lib/ansible/ruby/modules/generated/windows/win_audit_policy_system.rb', line 22 attribute :audit_type |
#category ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/windows/win_audit_policy_system.rb', line 14 attribute :category |
#subcategory ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/windows/win_audit_policy_system.rb', line 18 attribute :subcategory |