[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs

PublicApiEntityAccessDto

Dashboard entity access


Properties

updateRoles Required

Set of feature access update roles for given entity


string
id Required

A unique entity access identifier.


boolean
private Required

It represents whether the dashboard is private (dashboards that are accessible/visible to the user who created it)


readRoles Required

Set of feature access read roles for given entity


string
cspOrgId Optional

Unique ID associated with the org


string
owner Optional

Name of the owner of this entity


requesterRoles Optional

Set of feature access requester roles for given entity


string
entityType Optional

All allowed entity types (QUERY, ALERT,DASHBOARD, INGESTION, EVENT_FORWARDING, METRIC_EXTRACTION, EXTRACTED_FIELD)

Possible values are: QUERYALERTDASHBOARDINGESTIONEVENT_FORWARDINGMETRIC_EXTRACTIONEXTRACTED_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"
		}
	]
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Parameter To

Upsert Entity Access
Returned By

Get Entity Access
Upsert Entity Access

Feedback

Was this page helpful?