Class: Ansible::Ruby::Modules::Win_owner

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

Overview

Set owner of files or directories

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

#pathString

Returns Path to be used for changing owner.

Returns:

  • (String)

    Path to be used for changing owner



11
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_owner.rb', line 11

attribute :path

#recurseBoolean?

Returns Indicates if the owner should be changed recursively.

Returns:

  • (Boolean, nil)

    Indicates if the owner should be changed recursively



19
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_owner.rb', line 19

attribute :recurse

#userString

Returns Name to be used for changing owner.

Returns:

  • (String)

    Name to be used for changing owner



15
# File 'lib/ansible/ruby/modules/generated/extras/windows/win_owner.rb', line 15

attribute :user