Class: Ansible::Ruby::Modules::Win_acl_inheritance
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_acl_inheritance
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_acl_inheritance.rb
Instance Method Summary collapse
-
#path ⇒ String
Path to be used for changing inheritance.
-
#reorganize ⇒ Boolean?
For P(state) = I(absent), indicates if the inherited ACE’s should be copied from the parent directory.
-
#state ⇒ :present, ...
Specify whether to enable I(present) or disable I(absent) ACL inheritance.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#path ⇒ String
Returns Path to be used for changing inheritance.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl_inheritance.rb', line 10 attribute :path |
#reorganize ⇒ Boolean?
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.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl_inheritance.rb', line 18 attribute :reorganize |
#state ⇒ :present, ...
Returns Specify whether to enable I(present) or disable I(absent) ACL inheritance.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl_inheritance.rb', line 14 attribute :state |