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

PublicApiFeatureAccessRoleDto

Feature access role


Properties

string
name Required

A unique feature access role name


featureAccessList Required

List of feature accesses for the given role


string
id Required

A unique feature access roles identifier.


array of DatasetDto
datasetList Optional

List of datasets for the given role


string
description Optional

Feature access roles description that is shown in the UI


string
displayName Optional

Feature access role display name that is shown in the UI


string
cspOrgId Optional

Unique ID associated with the org

JSON Example

{
	"featureAccessList": [
		{
			"allowedActions": [
				"READ"
			],
			"name": "CONTENT.*"
		}
	],
	"id": "string",
	"name": "string"
}
[{"label":"Latest (v1)","version":"latest"}]
vmware-aria-operations-for-logs
Property Of

PagePublicApiFeatureAccessRoleDto
PublicApiEntityAccessDto
Parameter To

Create Role
Update Role
Returned By

Create Role
Get Current Role
Get Role
Update Role

Feedback

Was this page helpful?