Passkey: update the API doc

Include changes related to passkey auth indicators.
Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2023-02-03 14:18:09 +01:00
parent b650783a18
commit 9963dcdd5b
14 changed files with 15 additions and 13 deletions

View File

@ -33,7 +33,7 @@ No arguments.
* ipakrbauthzdata : :ref:`StrEnum<StrEnum>`
* Values: ('MS-PAC', 'PAD', 'nfs:NONE')
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'disabled')
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey', 'disabled')
* ipauserdefaultsubordinateid : :ref:`Bool<Bool>`
* ca_renewal_master_server : :ref:`Str<Str>`
* ipadomainresolutionorder : :ref:`Str<Str>`

View File

@ -32,7 +32,7 @@ Add a new host.
* userclass : :ref:`Str<Str>`
* ipaassignedidview : :ref:`Str<Str>`
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* ipakrbrequirespreauth : :ref:`Bool<Bool>`
* ipakrbokasdelegate : :ref:`Bool<Bool>`
* ipakrboktoauthasdelegate : :ref:`Bool<Bool>`

View File

@ -25,7 +25,7 @@ Search for hosts.
* userclass : :ref:`Str<Str>`
* ipaassignedidview : :ref:`Str<Str>`
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* timelimit : :ref:`Int<Int>`
* sizelimit : :ref:`Int<Int>`
* version : :ref:`Str<Str>`

View File

@ -31,7 +31,7 @@ Modify information about a host.
* userclass : :ref:`Str<Str>`
* ipaassignedidview : :ref:`Str<Str>`
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* ipakrbrequirespreauth : :ref:`Bool<Bool>`
* ipakrbokasdelegate : :ref:`Bool<Bool>`
* ipakrboktoauthasdelegate : :ref:`Bool<Bool>`

View File

@ -26,6 +26,8 @@ Modify Kerberos ticket policy.
* krbauthindmaxrenewableage_hardened : :ref:`Int<Int>`
* krbauthindmaxticketlife_idp : :ref:`Int<Int>`
* krbauthindmaxrenewableage_idp : :ref:`Int<Int>`
* krbauthindmaxticketlife_passkey : :ref:`Int<Int>`
* krbauthindmaxrenewableage_passkey : :ref:`Int<Int>`
* setattr : :ref:`Str<Str>`
* addattr : :ref:`Str<Str>`
* delattr : :ref:`Str<Str>`

View File

@ -22,7 +22,7 @@ Add a new IPA service.
* ipakrbauthzdata : :ref:`StrEnum<StrEnum>`
* Values: ('MS-PAC', 'PAD', 'NONE')
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* ipakrbrequirespreauth : :ref:`Bool<Bool>`
* ipakrbokasdelegate : :ref:`Bool<Bool>`
* ipakrboktoauthasdelegate : :ref:`Bool<Bool>`

View File

@ -19,7 +19,7 @@ Search for IPA services.
* ipakrbauthzdata : :ref:`StrEnum<StrEnum>`
* Values: ('MS-PAC', 'PAD', 'NONE')
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* timelimit : :ref:`Int<Int>`
* sizelimit : :ref:`Int<Int>`
* version : :ref:`Str<Str>`

View File

@ -21,7 +21,7 @@ Modify an existing IPA service.
* ipakrbauthzdata : :ref:`StrEnum<StrEnum>`
* Values: ('MS-PAC', 'PAD', 'NONE')
* krbprincipalauthind : :ref:`StrEnum<StrEnum>`
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* ipakrbrequirespreauth : :ref:`Bool<Bool>`
* ipakrbokasdelegate : :ref:`Bool<Bool>`
* ipakrboktoauthasdelegate : :ref:`Bool<Bool>`

View File

@ -45,7 +45,7 @@ Add a new stage user.
* carlicense : :ref:`Str<Str>`
* ipasshpubkey : :ref:`Str<Str>`
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* userclass : :ref:`Str<Str>`
* ipatokenradiusconfiglink : :ref:`Str<Str>`
* ipatokenradiususername : :ref:`Str<Str>`

View File

@ -43,7 +43,7 @@ Search for stage users.
* manager : :ref:`Str<Str>`
* carlicense : :ref:`Str<Str>`
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* userclass : :ref:`Str<Str>`
* ipatokenradiusconfiglink : :ref:`Str<Str>`
* ipatokenradiususername : :ref:`Str<Str>`

View File

@ -47,7 +47,7 @@ Modify a stage user.
* carlicense : :ref:`Str<Str>`
* ipasshpubkey : :ref:`Str<Str>`
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* userclass : :ref:`Str<Str>`
* ipatokenradiusconfiglink : :ref:`Str<Str>`
* ipatokenradiususername : :ref:`Str<Str>`

View File

@ -47,7 +47,7 @@ Add a new user.
* carlicense : :ref:`Str<Str>`
* ipasshpubkey : :ref:`Str<Str>`
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* userclass : :ref:`Str<Str>`
* ipatokenradiusconfiglink : :ref:`Str<Str>`
* ipatokenradiususername : :ref:`Str<Str>`

View File

@ -45,7 +45,7 @@ Search for users.
* manager : :ref:`Str<Str>`
* carlicense : :ref:`Str<Str>`
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* userclass : :ref:`Str<Str>`
* ipatokenradiusconfiglink : :ref:`Str<Str>`
* ipatokenradiususername : :ref:`Str<Str>`

View File

@ -47,7 +47,7 @@ Modify a user.
* carlicense : :ref:`Str<Str>`
* ipasshpubkey : :ref:`Str<Str>`
* ipauserauthtype : :ref:`StrEnum<StrEnum>`
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp')
* Values: ('password', 'radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
* userclass : :ref:`Str<Str>`
* ipatokenradiusconfiglink : :ref:`Str<Str>`
* ipatokenradiususername : :ref:`Str<Str>`