1
0
mirror of https://github.com/ansible/tower-cli.git synced 2026-02-06 18:47:28 +01:00
Files
tower-cli/docs/source/api_ref/resources/setting.rst
2017-09-01 15:22:04 -04:00

25 lines
724 B
ReStructuredText

Tower Configuration
===================
Description
-----------
This resource is used for managing tower configurations in Tower.
Fields Table
------------
.. <table goes here>
+------+----------+-----------------+----------+-------+-----------+---------+
|name |type |help_text |read_only |unique |filterable |required |
+======+==========+=================+==========+=======+===========+=========+
|value |variables |The value field. |False |False |True |True |
+------+----------+-----------------+----------+-------+-----------+---------+
.. <table goes here>
API Specification
-----------------
.. autoclass:: tower_cli.resources.setting.Resource
:members: copy, get, list, modify