Class: Ansible::Ruby::Modules::Win_acl
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_acl
- Defined in:
- lib/ansible/ruby/modules/generated/extras/windows/win_acl.rb
Instance Method Summary collapse
-
#inherit ⇒ :ContainerInherit, ...
Inherit flags on the ACL rules.
-
#path ⇒ String
File or Directory.
-
#propagation ⇒ :None, ...
Propagation flag on the ACL rules.
-
#rights ⇒ :AppendData, ...
The rights/permissions that are to be allowed/denyed for the specified user or group for the given src file or directory.
-
#state ⇒ :present, ...
Specify whether to add C(present) or remove C(absent) the specified access rule.
-
#type ⇒ :allow, :deny
Specify whether to allow or deny the rights specified.
-
#user ⇒ String
User or Group to add specified rights to act on src file/folder.
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
#inherit ⇒ :ContainerInherit, ...
Returns Inherit flags on the ACL rules. Can be specified as a comma separated list (Ex. “ContainerInherit, ObjectInherit”). For more information on the choices see MSDN InheritanceFlags Enumeration.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl.rb', line 30 attribute :inherit |
#path ⇒ String
Returns File or Directory.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl.rb', line 10 attribute :path |
#propagation ⇒ :None, ...
Returns Propagation flag on the ACL rules. For more information on the choices see MSDN PropagationFlags Enumeration.
34 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl.rb', line 34 attribute :propagation |
#rights ⇒ :AppendData, ...
Returns The rights/permissions that are to be allowed/denyed for the specified user or group for the given src file or directory. Can be entered as a comma separated list (Ex. “Modify, Delete, ExecuteFile”). For more information on the choices see MSDN FileSystemRights Enumeration.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl.rb', line 26 attribute :rights |
#state ⇒ :present, ...
Returns Specify whether to add C(present) or remove C(absent) the specified access rule.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl.rb', line 18 attribute :state |
#type ⇒ :allow, :deny
Returns Specify whether to allow or deny the rights specified.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl.rb', line 22 attribute :type |
#user ⇒ String
Returns User or Group to add specified rights to act on src file/folder.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_acl.rb', line 14 attribute :user |