Class: Ansible::Ruby::Modules::Win_audit_policy_system

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

Methods inherited from Base

#ansible_name, #to_h

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, ...

Returns The type of event you would like to audit for.,Accepts a list. See examples.

Returns:

  • (:failure, :none, :success)

    The type of event you would like to audit for.,Accepts a list. See examples.



22
# File 'lib/ansible/ruby/modules/generated/windows/win_audit_policy_system.rb', line 22

attribute :audit_type

#categoryString?

Returns Single string value for the category you would like to adjust the policy on.,Cannot be used with I(subcategory). You must define one or the other.,Changing this setting causes all subcategories to be adjusted to the defined I(audit_type).

Returns:

  • (String, nil)

    Single string value for the category you would like to adjust the policy on.,Cannot be used with I(subcategory). You must define one or the other.,Changing this setting causes all subcategories to be adjusted to the defined I(audit_type).



14
# File 'lib/ansible/ruby/modules/generated/windows/win_audit_policy_system.rb', line 14

attribute :category

#subcategoryString?

Returns Single string value for the subcategory you would like to adjust the policy on.,Cannot be used with I(category). You must define one or the other.

Returns:

  • (String, nil)

    Single string value for the subcategory you would like to adjust the policy on.,Cannot be used with I(category). You must define one or the other.



18
# File 'lib/ansible/ruby/modules/generated/windows/win_audit_policy_system.rb', line 18

attribute :subcategory