Class: Ansible::Ruby::Modules::Avi_authprofile

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

Overview

This module is used to configure AuthProfile 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, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#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_authprofile.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_authprofile.rb', line 17

attribute :avi_api_update_method

#descriptionObject?

Returns User defined description for the object.

Returns:

  • (Object, nil)

    User defined description for the object.



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

attribute :description

#httpHash?

Returns Http user authentication params.

Returns:

  • (Hash, nil)

    Http user authentication params.



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

attribute :http

#ldapHash?

Returns Ldap server and directory settings.

Returns:

  • (Hash, nil)

    Ldap server and directory settings.



32
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_authprofile.rb', line 32

attribute :ldap

#nameString

Returns Name of the auth profile.

Returns:

  • (String)

    Name of the auth profile.



36
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_authprofile.rb', line 36

attribute :name

#samlObject?

Returns Saml settings.,Field introduced in 17.2.3.

Returns:

  • (Object, nil)

    Saml settings.,Field introduced in 17.2.3.



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

attribute :saml

#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_authprofile.rb', line 13

attribute :state

#tacacs_plusObject?

Returns Tacacs+ settings.

Returns:

  • (Object, nil)

    Tacacs+ settings.



43
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_authprofile.rb', line 43

attribute :tacacs_plus

#tenant_refString?

Returns It is a reference to an object of type tenant.

Returns:

  • (String, nil)

    It is a reference to an object of type tenant.



46
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_authprofile.rb', line 46

attribute :tenant_ref

#typeString

Returns Type of the auth profile.,Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML.

Returns:

  • (String)

    Type of the auth profile.,Enum options - AUTH_PROFILE_LDAP, AUTH_PROFILE_TACACS_PLUS, AUTH_PROFILE_SAML.



50
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_authprofile.rb', line 50

attribute :type

#urlObject?

Returns Avi controller URL of the object.

Returns:

  • (Object, nil)

    Avi controller URL of the object.



54
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_authprofile.rb', line 54

attribute :url

#uuidObject?

Returns Uuid of the auth profile.

Returns:

  • (Object, nil)

    Uuid of the auth profile.



57
# File 'lib/ansible/ruby/modules/generated/network/avi/avi_authprofile.rb', line 57

attribute :uuid