Class: Ansible::Ruby::Modules::Ovirt_permission_facts

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_permission_facts.rb,
lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_permissions_facts.rb

Overview

Retrieve facts about one or more oVirt/RHV permissions.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#authz_nameString

Returns Authorization provider of the user/group. In previous versions of oVirt/RHV known as domain.

Returns:

  • (String)

    Authorization provider of the user/group. In previous versions of oVirt/RHV known as domain.



19
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_permission_facts.rb', line 19

attribute :authz_name

#group_nameObject?

Returns Name of the group to manage.

Returns:

  • (Object, nil)

    Name of the group to manage.



16
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_permission_facts.rb', line 16

attribute :group_name

#namespaceObject?

Returns Namespace of the authorization provider, where user/group resides.

Returns:

  • (Object, nil)

    Namespace of the authorization provider, where user/group resides.



23
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_permission_facts.rb', line 23

attribute :namespace

#user_nameString?

Returns Username of the user to manage. In most LDAPs it’s I(uid) of the user, but in Active Directory you must specify I(UPN) of the user.

Returns:

  • (String, nil)

    Username of the user to manage. In most LDAPs it’s I(uid) of the user, but in Active Directory you must specify I(UPN) of the user.



12
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_permission_facts.rb', line 12

attribute :user_name