Class: Ansible::Ruby::Modules::Avi_useraccountprofile

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

Overview

This module is used to configure UserAccountProfile object more examples at U(github.com/avinetworks/devops)

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

#account_lock_timeoutObject?

Returns Lock timeout period (in minutes).,Default is 30 minutes.,Default value when not specified in API or module is interpreted by Avi Controller as 30.,Units(MIN).

Returns:

  • (Object, nil)

    Lock timeout period (in minutes).,Default is 30 minutes.,Default value when not specified in API or module is interpreted by Avi Controller as 30.,Units(MIN).



25
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 25

attribute :account_lock_timeout

#avi_api_patch_op:add, ...

Returns Patch operation to use when using avi_api_update_method as patch.

Returns:

  • (:add, :replace, :delete, nil)

    Patch operation to use when using avi_api_update_method as patch.



21
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 21

attribute :avi_api_patch_op

#avi_api_update_method:put, ...

Returns Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.

Returns:

  • (:put, :patch, nil)

    Default method for object update is HTTP PUT.,Setting to patch will override that behavior to use HTTP PATCH.



17
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 17

attribute :avi_api_update_method

#credentials_timeout_thresholdObject?

Returns The time period after which credentials expire.,Default is 180 days.,Default value when not specified in API or module is interpreted by Avi Controller as 180.,Units(DAYS).

Returns:

  • (Object, nil)

    The time period after which credentials expire.,Default is 180 days.,Default value when not specified in API or module is interpreted by Avi Controller as 180.,Units(DAYS).



28
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 28

attribute :credentials_timeout_threshold

#max_concurrent_sessionsObject?

Returns Maximum number of concurrent sessions allowed.,There are unlimited sessions by default.,Default value when not specified in API or module is interpreted by Avi Controller as 0.

Returns:

  • (Object, nil)

    Maximum number of concurrent sessions allowed.,There are unlimited sessions by default.,Default value when not specified in API or module is interpreted by Avi Controller as 0.



31
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 31

attribute :max_concurrent_sessions

#max_login_failure_countObject?

Returns Number of login attempts before lockout.,Default is 3 attempts.,Default value when not specified in API or module is interpreted by Avi Controller as 3.

Returns:

  • (Object, nil)

    Number of login attempts before lockout.,Default is 3 attempts.,Default value when not specified in API or module is interpreted by Avi Controller as 3.



34
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 34

attribute :max_login_failure_count

#max_password_history_countObject?

Returns Maximum number of passwords to be maintained in the password history.,Default is 4 passwords.,Default value when not specified in API or module is interpreted by Avi Controller as 4.

Returns:

  • (Object, nil)

    Maximum number of passwords to be maintained in the password history.,Default is 4 passwords.,Default value when not specified in API or module is interpreted by Avi Controller as 4.



37
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 37

attribute :max_password_history_count

#nameString

Returns Name of the object.

Returns:

  • (String)

    Name of the object.



40
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 40

attribute :name

#state:absent, ...

Returns The state that should be applied on the entity.

Returns:

  • (:absent, :present, nil)

    The state that should be applied on the entity.



13
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 13

attribute :state

#urlObject?

Returns Avi controller URL of the object.

Returns:

  • (Object, nil)

    Avi controller URL of the object.



44
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 44

attribute :url

#uuidObject?

Returns Unique object identifier of the object.

Returns:

  • (Object, nil)

    Unique object identifier of the object.



47
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_useraccountprofile.rb', line 47

attribute :uuid