Class: Ansible::Ruby::Modules::Ovirt_user

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

Overview

Module to manage users in oVirt/RHV.

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. In previous versions of oVirt/RHV known as domain.

Returns:

  • (String)

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



20
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_user.rb', line 20

attribute :authz_name

#nameString

Returns Name 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)

    Name 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_user.rb', line 12

attribute :name

#namespaceObject?

Returns Namespace where the user resides. When using the authorization provider that stores users in the LDAP server, this attribute equals the naming context of the LDAP server.

Returns:

  • (Object, nil)

    Namespace where the user resides. When using the authorization provider that stores users in the LDAP server, this attribute equals the naming context of the LDAP server.



24
# File 'lib/ansible/ruby/modules/generated/cloud/ovirt/ovirt_user.rb', line 24

attribute :namespace

#state:present, ...

Returns Should the user be present/absent.

Returns:

  • (:present, :absent, nil)

    Should the user be present/absent.



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

attribute :state