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

28 lines
500 B
Markdown

---
layout: page
title: Roles
permalink: /data-sources/roles
nav_order: 10
parent: 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).