0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00
terraform-provider-proxmox/docs/data-sources/roles.md
2020-10-22 19:10:40 -04:00

500 B

layout title permalink nav_order parent
page Roles /data-sources/roles 10 Data Sources

Data Source: Roles

Retrieves information about all the available roles.

Example Usage

data "proxmox_virtual_environment_roles" "available_roles" {}

Arguments Reference

There are no arguments available for this data source.

Attributes Reference

  • privileges - The role privileges.
  • role_ids - The role identifiers.
  • special - Whether the role is special (built-in).