Class: Ansible::Ruby::Modules::Cs_user
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_user
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb
Overview
Create, update, disable, lock, enable and remove users.
Instance Method Summary collapse
-
#account ⇒ String?
Account the user will be created under.,Required on C(state=present).
-
#domain ⇒ String?
Domain the user is related to.
-
#email ⇒ String?
Email of the user.,Required on C(state=present).
-
#first_name ⇒ String?
First name of the user.,Required on C(state=present).
-
#keys_registered ⇒ Symbol?
If API keys of the user should be generated.,Note: Keys can not be removed by the API again.
-
#last_name ⇒ String?
Last name of the user.,Required on C(state=present).
-
#password ⇒ String?
Password of the user to be created.,Required on C(state=present).,Only considered on creation and will not be updated if user exists.
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#state ⇒ :present, ...
State of the user.,C(unlocked) is an alias for C(enabled).
-
#timezone ⇒ Object?
Timezone of the user.
-
#username ⇒ String
Username of the user.
Methods inherited from Base
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
#account ⇒ String?
Returns Account the user will be created under.,Required on C(state=present).
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 16 attribute :account |
#domain ⇒ String?
Returns Domain the user is related to.
43 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 43 attribute :domain |
#email ⇒ String?
Returns Email of the user.,Required on C(state=present).
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 32 attribute :email |
#first_name ⇒ String?
Returns First name of the user.,Required on C(state=present).
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 24 attribute :first_name |
#keys_registered ⇒ Symbol?
Returns If API keys of the user should be generated.,Note: Keys can not be removed by the API again.
39 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 39 attribute :keys_registered |
#last_name ⇒ String?
Returns Last name of the user.,Required on C(state=present).
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 28 attribute :last_name |
#password ⇒ String?
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.
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 20 attribute :password |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
51 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 51 attribute :poll_async |
#state ⇒ :present, ...
Returns State of the user.,C(unlocked) is an alias for C(enabled).
47 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 47 attribute :state |
#timezone ⇒ Object?
Returns Timezone of the user.
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 36 attribute :timezone |
#username ⇒ String
Returns Username of the user.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_user.rb', line 12 attribute :username |