Class: Ansible::Ruby::Modules::Win_acl

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

Overview

Add or remove rights/permissions for a given user or group for the specified file, folder, registry key or AppPool identifies. If adding ACL’s for AppPool identities (available since 2.3), the Windows Feature “Web-Scripting-Tools” must be enabled.

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

#inherit:ContainerInherit, ...



33
# File 'lib/ansible/ruby/modules/generated/windows/win_acl.rb', line 33

attribute :inherit

#pathString



13
# File 'lib/ansible/ruby/modules/generated/windows/win_acl.rb', line 13

attribute :path

#propagation:InheritOnly, ...



37
# File 'lib/ansible/ruby/modules/generated/windows/win_acl.rb', line 37

attribute :propagation

#rightsArray<String>, String



29
# File 'lib/ansible/ruby/modules/generated/windows/win_acl.rb', line 29

attribute :rights

#state:absent, ...



21
# File 'lib/ansible/ruby/modules/generated/windows/win_acl.rb', line 21

attribute :state

#type:allow, :deny



25
# File 'lib/ansible/ruby/modules/generated/windows/win_acl.rb', line 25

attribute :type

#userString



17
# File 'lib/ansible/ruby/modules/generated/windows/win_acl.rb', line 17

attribute :user