Class: Ansible::Ruby::Modules::Os_user

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/openstack/os_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

#default_projectString?

Returns Project name or ID that the user should be associated with by default.

Returns:

  • (String, nil)

    Project name or ID that the user should be associated with by default



22
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_user.rb', line 22

attribute :default_project

#domainString?

Returns Domain to create the user in if the cloud supports domains.

Returns:

  • (String, nil)

    Domain to create the user in if the cloud supports domains



26
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_user.rb', line 26

attribute :domain

#emailString?

Returns Email address for the user.

Returns:

  • (String, nil)

    Email address for the user



18
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_user.rb', line 18

attribute :email

#enabledBoolean?

Returns Is the user enabled.

Returns:

  • (Boolean, nil)

    Is the user enabled



30
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_user.rb', line 30

attribute :enabled

#nameString

Returns Username for the user.

Returns:

  • (String)

    Username for the user



10
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_user.rb', line 10

attribute :name

#passwordString?

Returns Password for the user,Required when I(state) is present.

Returns:

  • (String, nil)

    Password for the user,Required when I(state) is present



14
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_user.rb', line 14

attribute :password

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



34
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/os_user.rb', line 34

attribute :state