PublicApiEntityAccessDto
Dashboard entity access
Properties
Set of feature access update roles for given entity
A unique entity access identifier.
It represents whether the dashboard is private (dashboards that are accessible/visible to the user who created it)
Set of feature access read roles for given entity
Unique ID associated with the org
Name of the owner of this entity
Set of feature access requester roles for given entity
All allowed entity types (QUERY, ALERT,DASHBOARD, INGESTION, EVENT_FORWARDING, METRIC_EXTRACTION, EXTRACTED_FIELD)
Possible values are: QUERY , ALERT , DASHBOARD , INGESTION , EVENT_FORWARDING , METRIC_EXTRACTION , EXTRACTED_FIELD
JSON Example
{
"id": "string",
"private": false,
"readRoles": [
{
"featureAccessList": [
{
"allowedActions": [
"READ"
],
"name": "CONTENT.*"
}
],
"id": "string",
"name": "string"
}
],
"updateRoles": [
{
"featureAccessList": [
{
"allowedActions": [
"READ"
],
"name": "CONTENT.*"
}
],
"id": "string",
"name": "string"
}
]
}
Parameter To
Upsert Entity Access
Returned By
Get Entity Access
Upsert Entity Access