Class: Ansible::Ruby::Modules::Tower_user

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_user.rb

Overview

Create, update, or destroy Ansible Tower users. See U(www.ansible.com/tower) for an overview.

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

#auditor:yes, ...



36
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_user.rb', line 36

attribute :auditor

#emailString



24
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_user.rb', line 24

attribute :email

#first_nameString?



16
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_user.rb', line 16

attribute :first_name

#last_nameString?



20
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_user.rb', line 20

attribute :last_name

#passwordString?



28
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_user.rb', line 28

attribute :password

#state:present, ...



40
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_user.rb', line 40

attribute :state

#superuser:yes, ...



32
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_user.rb', line 32

attribute :superuser

#usernameString



12
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_user.rb', line 12

attribute :username