A data access role that assigns read and write permissions to a user for each document

Export

Role

Hierarchy

  • Role

Properties

_id?: any

The role's unique ObjectId identifier.

Memberof

Role

additional_fields?: FieldLevelPermissions

Field-level rules for any fields that are not explicitly configured in the role's properties.

Memberof

Role

apply_when?: any

Memberof

Role

delete?: any

Memberof

Role

fields?: {
    [key: string]: any;
}

An object that maps document field names to read and write permissions for the field and its children.

Type declaration

  • [key: string]: any

Memberof

Role

insert?: any

Memberof

Role

name?: any

The role's name.

Memberof

Role

search?: any

Memberof

Role

write?: any

Memberof

Role

Generated using TypeDoc