nsx_vidm

NSX Manager’s VMware Identity Manager (vIDM) integration (/api/v1/aaa/vidm).

Singleton config enabling OAuth-based SSO login against vIDM/Workspace ONE Access — distinct from nsx_ldap (a directory-backed identity source) and nsx_role_binding (assigning a role once a principal is known).

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

saltext.vcf.clients.nsx_vidm.get(opts, profile=None)[source]

Return the current vIDM integration config.

saltext.vcf.clients.nsx_vidm.update(opts, profile=None, **body)[source]

Replace the vIDM config with body via PUT.

Callers should include the full config document as returned by get() (with any fields modified) since the endpoint is a PUT-style replace.