mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 16:51:55 -06:00
988cb5a535
Extend the 'make api' target so that we also build an API Reference in Markdown format. One template for each command gets generated. These templates include all of the command details (arguments, options and outputs), and then a section for manually-added notes such as semantics or version differences. Every time the docs are regenerated, these notes will be added if they exist. Signed-off-by: Antonio Torres <antorres@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
42 lines
967 B
Markdown
42 lines
967 B
Markdown
[//]: # (THE CONTENT BELOW IS GENERATED. DO NOT EDIT.)
|
|
# trust_mod
|
|
|
|
Modify a trust (for future use).
|
|
|
|
Currently only the default option to modify the LDAP attributes is
|
|
available. More specific options will be added in coming releases.
|
|
|
|
|
|
### Arguments
|
|
|Name|Type|Required
|
|
|-|-|-
|
|
|cn|:ref:`Str<Str>`|True
|
|
|
|
### Options
|
|
* rights : :ref:`Flag<Flag>` **(Required)**
|
|
* Default: False
|
|
* all : :ref:`Flag<Flag>` **(Required)**
|
|
* Default: False
|
|
* raw : :ref:`Flag<Flag>` **(Required)**
|
|
* Default: False
|
|
* ipantsidblacklistincoming : :ref:`Str<Str>`
|
|
* ipantsidblacklistoutgoing : :ref:`Str<Str>`
|
|
* ipantadditionalsuffixes : :ref:`Str<Str>`
|
|
* setattr : :ref:`Str<Str>`
|
|
* addattr : :ref:`Str<Str>`
|
|
* delattr : :ref:`Str<Str>`
|
|
* version : :ref:`Str<Str>`
|
|
|
|
### Output
|
|
|Name|Type
|
|
|-|-
|
|
|result|Entry
|
|
|summary|Output
|
|
|value|PrimaryKey
|
|
|
|
[//]: # (ADD YOUR NOTES BELOW. THESE WILL BE PICKED EVERY TIME THE DOCS ARE REGENERATED. //end)
|
|
### Semantics
|
|
|
|
### Notes
|
|
|
|
### Version differences |