Class: Ansible::Ruby::Modules::Win_acl_inheritance

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/windows/win_acl_inheritance.rb

Overview

Change ACL (Access Control List) inheritance and optionally copy inherited ACE’s (Access Control Entry) to dedicated ACE’s or vice versa.

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

#pathString

Returns Path to be used for changing inheritance.

Returns:

  • (String)

    Path to be used for changing inheritance



12
# File 'lib/ansible/ruby/modules/generated/windows/win_acl_inheritance.rb', line 12

attribute :path

#reorganize:yes, ...

Returns For P(state) = I(absent), indicates if the inherited ACE’s should be copied from the parent directory. This is necessary (in combination with removal) for a simple ACL instead of using multiple ACE deny entries.,For P(state) = I(present), indicates if the inherited ACE’s should be deduplicated compared to the parent directory. This removes complexity of the ACL structure.

Returns:

  • (:yes, :no, nil)

    For P(state) = I(absent), indicates if the inherited ACE’s should be copied from the parent directory. This is necessary (in combination with removal) for a simple ACL instead of using multiple ACE deny entries.,For P(state) = I(present), indicates if the inherited ACE’s should be deduplicated compared to the parent directory. This removes complexity of the ACL structure.



20
# File 'lib/ansible/ruby/modules/generated/windows/win_acl_inheritance.rb', line 20

attribute :reorganize

#state:absent, ...

Returns Specify whether to enable I(present) or disable I(absent) ACL inheritance.

Returns:

  • (:absent, :present, nil)

    Specify whether to enable I(present) or disable I(absent) ACL inheritance



16
# File 'lib/ansible/ruby/modules/generated/windows/win_acl_inheritance.rb', line 16

attribute :state