freeipa/doc/api/service_find.md
Antonio Torres 988cb5a535 doc: generate API Reference
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>
2022-11-16 14:46:17 -05:00

1.1 KiB

service_find

Search for IPA services.

Arguments

Name Type Required
criteria :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: True
  • krbcanonicalname : :ref:Principal<Principal>
  • krbprincipalname : :ref:Principal<Principal>
  • ipakrbauthzdata : :ref:StrEnum<StrEnum>
  • Values: ('MS-PAC', 'PAD', 'NONE')
  • krbprincipalauthind : :ref:StrEnum<StrEnum>
  • Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
  • timelimit : :ref:Int<Int>
  • sizelimit : :ref:Int<Int>
  • version : :ref:Str<Str>
  • pkey_only : :ref:Flag<Flag>
  • Default: False
  • man_by_host : :ref:Str<Str>
  • not_man_by_host : :ref:Str<Str>

Output

Name Type
count Output
result ListOfEntries
summary Output
truncated Output

Semantics

Notes

Version differences