Class: Ansible::Ruby::Modules::Tower_credential_type

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential_type.rb

Overview

Create, update, or destroy Ansible Tower credential type. See U(www.ansible.com/tower) for an overview.

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

#descriptionString?

Returns The description of the credential type to give more detail about it.

Returns:

  • (String, nil)

    The description of the credential type to give more detail about it.



16
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential_type.rb', line 16

attribute :description

#injectorsHash?

Returns Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax.

Returns:

  • (Hash, nil)

    Enter injectors using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax.



28
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential_type.rb', line 28

attribute :injectors

#inputsString?

Returns Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax.

Returns:

  • (String, nil)

    Enter inputs using either JSON or YAML syntax. Refer to the Ansible Tower documentation for example syntax.



24
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential_type.rb', line 24

attribute :inputs

#kind:ssh, ...

Returns The type of credential type being added. Note that only cloud and net can be used for creating credential types. Refer to the Ansible for more information.

Returns:

  • (:ssh, :vault, :net, :scm, :cloud, :insights, nil)

    The type of credential type being added. Note that only cloud and net can be used for creating credential types. Refer to the Ansible for more information.



20
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential_type.rb', line 20

attribute :kind

#nameString

Returns The name of the credential type.

Returns:

  • (String)

    The name of the credential type.



12
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential_type.rb', line 12

attribute :name

#state:present, ...

Returns Desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Desired state of the resource.



32
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential_type.rb', line 32

attribute :state

#tower_verify_sslSymbol?

Returns Tower option to avoid certificates check.

Returns:

  • (Symbol, nil)

    Tower option to avoid certificates check.



36
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_credential_type.rb', line 36

attribute :tower_verify_ssl