Credential Type =============== Description ----------- This resource is used for managing credential type resources in Tower. Fields Table ------------ .. +-----------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+-------+-----------+---------+ |name |type |help_text |read_only |unique |filterable |required | +=================+==========================================+=========================================================================================================================================================================+==========+=======+===========+=========+ |name |String |The name field. |False |True |True |True | +-----------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+-------+-----------+---------+ |description |String |The description field. |False |False |True |False | +-----------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+-------+-----------+---------+ |kind |Choices: ssh,vault,net,scm,cloud,insights |The type of credential type being added. Valid options are: ssh, vault, net, scm, cloud and insights. Note only cloud and net can be used for creating credential types. |False |False |True |True | +-----------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+-------+-----------+---------+ |managed_by_tower |bool |Indicating if the credential type is a tower built-in type. |True |False |True |False | +-----------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+-------+-----------+---------+ |inputs |structured_input |The inputs field. |False |False |True |False | +-----------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+-------+-----------+---------+ |injectors |structured_input |The injectors field. |False |False |True |False | +-----------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+----------+-------+-----------+---------+ ..
API Specification ----------------- .. autoclass:: tower_cli.resources.credential_type.Resource :members: copy, create, delete, get, modify