Class: Ansible::Ruby::Modules::Gitlab_user

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

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

Constructor Details

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

Instance Method Details

#access_levelObject?

Returns The access level to the group. One of the following can be used.,guest,reporter,developer,master,owner.

Returns:

  • (Object, nil)

    The access level to the group. One of the following can be used.,guest,reporter,developer,master,owner



57
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 57

attribute :access_level

#emailString

Returns The email that belongs to the user.

Returns:

  • (String)

    The email that belongs to the user.



42
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 42

attribute :email

#groupObject?

Returns Add user as an member to this group.

Returns:

  • (Object, nil)

    Add user as an member to this group.



54
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 54

attribute :group

#login_passwordString?

Returns Gitlab password for login_user.

Returns:

  • (String, nil)

    Gitlab password for login_user



22
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 22

attribute :login_password

#login_tokenString?

Returns Gitlab token for logging in.

Returns:

  • (String, nil)

    Gitlab token for logging in.



26
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 26

attribute :login_token

#login_userString?

Returns Gitlab user name.

Returns:

  • (String, nil)

    Gitlab user name.



18
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 18

attribute :login_user

#nameString

Returns Name of the user you want to create.

Returns:

  • (String)

    Name of the user you want to create



30
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 30

attribute :name

#passwordString

Returns The password of the user.

Returns:

  • (String)

    The password of the user.



38
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 38

attribute :password

#server_urlString

Returns Url of Gitlab server, with protocol (http or https).

Returns:

  • (String)

    Url of Gitlab server, with protocol (http or https).



10
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 10

attribute :server_url

#sshkey_fileString?

Returns The ssh key itself.

Returns:

  • (String, nil)

    The ssh key itself.



50
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 50

attribute :sshkey_file

#sshkey_nameString?

Returns The name of the sshkey.

Returns:

  • (String, nil)

    The name of the sshkey



46
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 46

attribute :sshkey_name

#state:present, ...

Returns create or delete group.,Possible values are present and absent.

Returns:

  • (:present, :absent, nil)

    create or delete group.,Possible values are present and absent.



60
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 60

attribute :state

#usernameString

Returns The username of the user.

Returns:

  • (String)

    The username of the user.



34
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 34

attribute :username

#validate_certsBoolean?

Returns When using https if SSL certificate needs to be verified.

Returns:

  • (Boolean, nil)

    When using https if SSL certificate needs to be verified.



14
# File 'lib/ansible/ruby/modules/generated/extras/source_control/gitlab_user.rb', line 14

attribute :validate_certs