NeonRoleProperties interface
Properties specific to Roles
Properties
| attributes | Additional attributes for the entity |
| branch |
The ID of the branch this role belongs to |
| created |
Timestamp indicating when the entity was created |
| entity |
Unique identifier for the entity |
| entity |
Name of the resource |
| is |
Indicates whether the role has superuser privileges |
| permissions | Permissions assigned to the role |
| provisioning |
Provisioning state of the resource. |
Property Details
attributes
branchId
The ID of the branch this role belongs to
branchId?: string
Property Value
string
createdAt
Timestamp indicating when the entity was created
createdAt?: string
Property Value
string
entityId
Unique identifier for the entity
entityId?: string
Property Value
string
entityName
Name of the resource
entityName?: string
Property Value
string
isSuperUser
Indicates whether the role has superuser privileges
isSuperUser?: boolean
Property Value
boolean
permissions
Permissions assigned to the role
permissions?: string[]
Property Value
string[]
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string