freeipa/doc/api/host_mod.md
Florence Blanc-Renaud 9963dcdd5b 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>
2023-06-01 08:20:37 +02:00

1.5 KiB

host_mod

Modify information about a host.

Arguments

Name Type Required
fqdn :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
  • no_members : :ref:Flag<Flag> (Required)
  • Default: False
  • description : :ref:Str<Str>
  • l : :ref:Str<Str>
  • nshostlocation : :ref:Str<Str>
  • nshardwareplatform : :ref:Str<Str>
  • nsosversion : :ref:Str<Str>
  • userpassword : :ref:HostPassword<HostPassword>
  • random : :ref:Flag<Flag>
  • Default: False
  • usercertificate : :ref:Certificate<Certificate>
  • krbprincipalname : :ref:Principal<Principal>
  • macaddress : :ref:Str<Str>
  • ipasshpubkey : :ref:Str<Str>
  • userclass : :ref:Str<Str>
  • ipaassignedidview : :ref:Str<Str>
  • krbprincipalauthind : :ref:StrEnum<StrEnum>
  • Values: ('radius', 'otp', 'pkinit', 'hardened', 'idp', 'passkey')
  • ipakrbrequirespreauth : :ref:Bool<Bool>
  • ipakrbokasdelegate : :ref:Bool<Bool>
  • ipakrboktoauthasdelegate : :ref:Bool<Bool>
  • setattr : :ref:Str<Str>
  • addattr : :ref:Str<Str>
  • delattr : :ref:Str<Str>
  • updatedns : :ref:Flag<Flag>
  • Default: False
  • version : :ref:Str<Str>

Output

Name Type
result Entry
summary Output
value PrimaryKey

Semantics

Notes

Version differences