Class: Ansible::Ruby::Modules::Aci_aaa_user_certificate

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

Overview

Manage AAA user certificates on Cisco ACI fabrics.

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

#aaa_userString

Returns The name of the user to add a certificate to.

Returns:

  • (String)

    The name of the user to add a certificate to.



12
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aaa_user_certificate.rb', line 12

attribute :aaa_user

#aaa_user_type:appuser, ...

Returns Whether this is a normal user or an appuser.

Returns:

  • (:appuser, :user, nil)

    Whether this is a normal user or an appuser.



16
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aaa_user_certificate.rb', line 16

attribute :aaa_user_type

#certificateObject?

Returns The PEM format public key extracted from the X.509 certificate.

Returns:

  • (Object, nil)

    The PEM format public key extracted from the X.509 certificate.



20
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aaa_user_certificate.rb', line 20

attribute :certificate

#certificate_nameString?

Returns The name of the user certificate entry in ACI.

Returns:

  • (String, nil)

    The name of the user certificate entry in ACI.



23
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aaa_user_certificate.rb', line 23

attribute :certificate_name

#state:absent, ...

Returns Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.

Returns:

  • (:absent, :present, :query, nil)

    Use C(present) or C(absent) for adding or removing.,Use C(query) for listing an object or multiple objects.



27
# File 'lib/ansible/ruby/modules/generated/network/aci/aci_aaa_user_certificate.rb', line 27

attribute :state