nsx_localos_user

NSX Manager node’s own local CLI/UI user accounts (/api/v1/node/users).

OS-level accounts on the NSX Manager appliance itself (used for SSH/CLI login) — distinct from nsx_role_binding (which assigns a role to a remote/external principal already known to NSX, not a local account).

Field/path names below follow the standard NSX-T Node API shape but haven’t been exercised against a live NSX Manager — verify before real use.

saltext.vcf.clients.nsx_localos_user.get_or_none(opts, username, profile=None)[source]

Return the user entry for username, or None if not found.

saltext.vcf.clients.nsx_localos_user.create(opts, username, password, role, profile=None, **spec)[source]

Create a local CLI user. role is e.g. "admin" or "auditor".