Skip to content

SudoSOS Back-end API / rbac / AllowedAttribute

Type Alias: AllowedAttribute ​

ts
type AllowedAttribute = string;

The allowed attribute is a string defining what attributes/properties of the entity are allowed to be accessed.

Using the '*' wildcard is possible.