mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-05 13:33:58 +00:00
28 lines
500 B
Markdown
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).
|