mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -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>
814 B
814 B
user_remove_certmapdata
Remove one or more certificate mappings from the user entry.
Arguments
Name | Type | Required |
---|---|---|
uid | :ref:Str<Str> |
True |
ipacertmapdata | :ref:Str<Str> |
False |
Options
- all : :ref:
Flag<Flag>
(Required) - Default: False
- raw : :ref:
Flag<Flag>
(Required) - Default: False
- no_members : :ref:
Flag<Flag>
(Required) - Default: False
- issuer : :ref:
DNParam<DNParam>
- subject : :ref:
DNParam<DNParam>
- certificate : :ref:
Certificate<Certificate>
- version : :ref:
Str<Str>
Output
Name | Type |
---|---|
result | Entry |
summary | Output |
value | PrimaryKey |