Class: Ansible::Ruby::Modules::Os_user_role
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Os_user_role
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/openstack/os_user_role.rb
Overview
Grant and revoke roles in either project or domain context for OpenStack Identity Users.
Instance Method Summary collapse
-
#availability_zone ⇒ Object?
Ignored.
-
#domain ⇒ String?
ID of the domain to scope the role association to.
-
#group ⇒ Object?
Name or ID for the group.
-
#project ⇒ String?
Name or ID of the project to scope the role association to.
-
#role ⇒ String
Name or ID for the role.
-
#state ⇒ :present, ...
Should the roles be present or absent on the user.
-
#user ⇒ String?
Name or ID for 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
#availability_zone ⇒ Object?
35 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_role.rb', line 35 attribute :availability_zone |
#domain ⇒ String?
27 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_role.rb', line 27 attribute :domain |
#group ⇒ Object?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_role.rb', line 20 attribute :group |
#project ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_role.rb', line 23 attribute :project |
#role ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_role.rb', line 12 attribute :role |
#state ⇒ :present, ...
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_role.rb', line 31 attribute :state |
#user ⇒ String?
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_user_role.rb', line 16 attribute :user |