Class: Ansible::Ruby::Modules::Keystone_user

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb

Overview

Manage users,tenants, roles from OpenStack.

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

#emailObject?

Returns An email address for the user.

Returns:

  • (Object, nil)

    An email address for the user



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

attribute :email

#endpointString?

Returns The keystone url for authentication.

Returns:

  • (String, nil)

    The keystone url for authentication



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

attribute :endpoint

#login_passwordString?

Returns Password of login user.

Returns:

  • (String, nil)

    Password of login user



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

attribute :login_password

#login_tenant_nameObject?

Returns The tenant login_user belongs to.

Returns:

  • (Object, nil)

    The tenant login_user belongs to



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

attribute :login_tenant_name

#login_userString?

Returns login username to authenticate to keystone.

Returns:

  • (String, nil)

    login username to authenticate to keystone



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

attribute :login_user

#passwordString?

Returns The password to be assigned to the user.

Returns:

  • (String, nil)

    The password to be assigned to the user



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

attribute :password

#roleString?

Returns The name of the role to be assigned or created.

Returns:

  • (String, nil)

    The name of the role to be assigned or created



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

attribute :role

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

attribute :state

#tenantString?

Returns The tenant name that has be added/removed.

Returns:

  • (String, nil)

    The tenant name that has be added/removed



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

attribute :tenant

#tenant_descriptionString?

Returns A description for the tenant.

Returns:

  • (String, nil)

    A description for the tenant



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

attribute :tenant_description

#tokenObject?

Returns The token to be uses in case the password is not specified.

Returns:

  • (Object, nil)

    The token to be uses in case the password is not specified



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

attribute :token

#userString?

Returns The name of the user that has to added/removed from OpenStack.

Returns:

  • (String, nil)

    The name of the user that has to added/removed from OpenStack



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

attribute :user