Class: Ansible::Ruby::Modules::Bigip_user

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_user.rb

Overview

Manage user accounts and user attributes on a BIG-IP. Typically this module operates only on the REST API users and not the CLI users. When specifying C(root), you may only change the password. Your other parameters will be ignored in this case. Changing the C(root) password is not an idempotent operation. Therefore, it will change it every time this module attempts to change it.

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

#full_nameString?



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_user.rb', line 12

attribute :full_name

#partitionString?



40
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_user.rb', line 40

attribute :partition

#partition_accessString?



28
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_user.rb', line 28

attribute :partition_access

#password_credentialString?



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_user.rb', line 20

attribute :password_credential

#shell:bash, ...



24
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_user.rb', line 24

attribute :shell

#state:present, ...



32
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_user.rb', line 32

attribute :state

#update_password:always, ...



36
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_user.rb', line 36

attribute :update_password

#username_credentialString



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_user.rb', line 16

attribute :username_credential