mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 00:31:56 -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>
37 lines
797 B
Markdown
37 lines
797 B
Markdown
[//]: # (THE CONTENT BELOW IS GENERATED. DO NOT EDIT.)
|
|
# cosentry_find
|
|
Search for Class of Service entry
|
|
|
|
### Arguments
|
|
|Name|Type|Required
|
|
|-|-|-
|
|
|criteria|:ref:`Str<Str>`|False
|
|
|
|
### Options
|
|
* all : :ref:`Flag<Flag>` **(Required)**
|
|
* Default: False
|
|
* raw : :ref:`Flag<Flag>` **(Required)**
|
|
* Default: False
|
|
* cn : :ref:`Str<Str>`
|
|
* krbpwdpolicyreference : :ref:`DNParam<DNParam>`
|
|
* cospriority : :ref:`Int<Int>`
|
|
* timelimit : :ref:`Int<Int>`
|
|
* sizelimit : :ref:`Int<Int>`
|
|
* version : :ref:`Str<Str>`
|
|
* pkey_only : :ref:`Flag<Flag>`
|
|
* Default: False
|
|
|
|
### Output
|
|
|Name|Type
|
|
|-|-
|
|
|count|Output
|
|
|result|ListOfEntries
|
|
|summary|Output
|
|
|truncated|Output
|
|
|
|
[//]: # (ADD YOUR NOTES BELOW. THESE WILL BE PICKED EVERY TIME THE DOCS ARE REGENERATED. //end)
|
|
### Semantics
|
|
|
|
### Notes
|
|
|
|
### Version differences |