Use this data source to retrieve the list of Datadog permissions by name and their corresponding ID, for use in the role resource.
data "datadog_permissions" "permissions" {}
include_restricted
(Boolean) Whether to include restricted permissions. Restricted permissions are granted by default to all users of a Datadog org, and cannot be manually granted or revoked. Defaults to false
.id
(String) The ID of this resource.permissions
(Map of String) Map of permissions names to their corresponding ID.