Class: Ansible::Ruby::Modules::Os_user_role

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

#domainString?

Returns ID of the domain to scope the role association to. Valid only with keystone version 3, and required if I(project) is not specified.

Returns:

  • (String, nil)

    ID of the domain to scope the role association to. Valid only with keystone version 3, and required if I(project) is not specified.



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

attribute :domain

#groupObject?

Returns Name or ID for the group. Valid only with keystone version 3. If I(group) is not specified, then I(user) is required. Both may not be specified.

Returns:

  • (Object, nil)

    Name or ID for the group. Valid only with keystone version 3. If I(group) is not specified, then I(user) is required. Both may not be specified.



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

attribute :group

#projectString?

Returns Name or ID of the project to scope the role assocation to. If you are using keystone version 2, then this value is required.

Returns:

  • (String, nil)

    Name or ID of the project to scope the role assocation to. If you are using keystone version 2, then this value is required.



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

attribute :project

#roleString

Returns Name or ID for the role.

Returns:

  • (String)

    Name or ID for the role.



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

attribute :role

#state:present, ...

Returns Should the roles be present or absent on the user.

Returns:

  • (:present, :absent, nil)

    Should the roles be present or absent on the user.



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

attribute :state

#userString?

Returns Name or ID for the user. If I(user) is not specified, then I(group) is required. Both may not be specified.

Returns:

  • (String, nil)

    Name or ID for the user. If I(user) is not specified, then I(group) is required. Both may not be specified.



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

attribute :user