[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service
PublicApiFeatureAccessRoleDto
Feature access role
Properties
string
name
Required
A unique feature access role name
string
id
Required
A unique feature access roles identifier.
array of
PublicApiFeatureAccessDto
featureAccessList
Required
List of feature accesses for the given role
string
displayName
Optional
Feature access role display name that is shown in the UI
boolean
defaultRole
Optional
System internal field
string
description
Optional
Feature access roles description that is shown in the UI
string
cspOrgId
Optional
Unique ID associated with the org
string
createdBy
Optional
Email ID of the user who created this feature access role
boolean
internal
Optional
System internal field
string
lastUpdatedAt
Optional
ISO8601 date string that informs when this feature access role was updated
string
lastUpdatedBy
Optional
Email ID of the user who updated this feature access role
string
createdAt
Optional
ISO8601 date string that informs when this feature access role was created
JSON Example
{
"featureAccessList": [
{
"allowedActions": [
"READ"
],
"name": "CONTENT.*"
}
],
"id": "string",
"name": "string"
}
[{"label":"Latest (v1)","version":"latest"}]
vrealize-log-insight-cloud-service
Property Of
PagePublicApiFeatureAccessRoleDto
PublicApiEntityAccessDto
Parameter To
Create Role
Update Role
Returned By
Create Role
Get Current Role
Get Role
Update Role