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, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#auditor:yes, ...

Returns User is a system wide auditor.

Returns:

  • (:yes, :no, nil)

    User is a system wide auditor.



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

attribute :auditor

#emailString

Returns Email address of the user.

Returns:

  • (String)

    Email address of the user.



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

attribute :email

#first_nameString?

Returns First name of the user.

Returns:

  • (String, nil)

    First name of the user.



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

attribute :first_name

#last_nameString?

Returns Last name of the user.

Returns:

  • (String, nil)

    Last name of the user.



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

attribute :last_name

#passwordString?

Returns Password of the user.

Returns:

  • (String, nil)

    Password of the user.



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

attribute :password

#state:present, ...

Returns Desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Desired state of the resource.



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

attribute :state

#superuser:yes, ...

Returns User is a system wide administator.

Returns:

  • (:yes, :no, nil)

    User is a system wide administator.



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

attribute :superuser

#usernameString

Returns The username of the user.

Returns:

  • (String)

    The username of the user.



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

attribute :username