Class: Ansible::Ruby::Modules::Cs_user

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb

Overview

Create, update, disable, lock, enable and remove users.

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

#accountObject?

Returns Account the user will be created under.,Required on C(state=present).

Returns:

  • (Object, nil)

    Account the user will be created under.,Required on C(state=present).



15
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 15

attribute :account

#domainString?

Returns Domain the user is related to.

Returns:

  • (String, nil)

    Domain the user is related to.



33
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 33

attribute :domain

#emailObject?

Returns Email of the user.,Required on C(state=present).

Returns:

  • (Object, nil)

    Email of the user.,Required on C(state=present).



27
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 27

attribute :email

#first_nameObject?

Returns First name of the user.,Required on C(state=present).

Returns:

  • (Object, nil)

    First name of the user.,Required on C(state=present).



21
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 21

attribute :first_name

#last_nameObject?

Returns Last name of the user.,Required on C(state=present).

Returns:

  • (Object, nil)

    Last name of the user.,Required on C(state=present).



24
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 24

attribute :last_name

#passwordObject?

Returns Password of the user to be created.,Required on C(state=present).,Only considered on creation and will not be updated if user exists.

Returns:

  • (Object, nil)

    Password of the user to be created.,Required on C(state=present).,Only considered on creation and will not be updated if user exists.



18
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 18

attribute :password

#poll_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    Poll async jobs until job has finished.



41
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 41

attribute :poll_async

#state:present, ...

Returns State of the user.,C(unlocked) is an alias for C(enabled).

Returns:

  • (:present, :absent, :enabled, :disabled, :locked, :unlocked, nil)

    State of the user.,C(unlocked) is an alias for C(enabled).



37
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 37

attribute :state

#timezoneObject?

Returns Timezone of the user.

Returns:

  • (Object, nil)

    Timezone of the user.



30
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 30

attribute :timezone

#usernameObject

Returns Username of the user.

Returns:

  • (Object)

    Username of the user.



11
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_user.rb', line 11

attribute :username