pve_realm_create
Create an authentication realm for LDAP, Active Directory, or OpenID Connect in Proxmox VE. Specify realm type and options; dry-run by default, use confirm to execute.
Instructions
MUTATION: create an auth realm. Dry-run by default; confirm=True to execute.
options carries the type-specific fields PVE requires (ldap: server1/base_dn/user_attr;
ad: domain/server1; openid: issuer-url/client-id) — passed verbatim; PVE validates them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | ||
| comment | No | ||
| confirm | No | ||
| options | No | ||
| realm_type | Yes | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |