For a DatadogMonitor CRD I want to set a restriction policy. But afaik you can only set Restricted Roles. But I want to manage the permissions for monitors per Team. Can support for policies be added for monitors (and probably also dashboards and SLO)?
"restricted_roles": null,
"restriction_policy": {
"bindings": [
{
"principals": [
"team:xxxx-xxxx-xxxx-xxxx-xxxx"
],
"relation": "editor"
}
]
}