Schema for names and roles to map to a database permission.

interface SecurityObject {
    names?: string[];
    roles?: string[];
}

Properties

Properties

names?: string[]

List of usernames.

roles?: string[]

List of roles.

Generated using TypeDoc