interface User {
    isAdmin: boolean;
    name: string;
}

Properties

Properties

isAdmin: boolean

Defines whether or not a user got administrative privileges on the Database Instance.

name: string

Name of the user (Length must be between 1 and 63 characters. First character must be an alphabet character (a-zA-Z). Your username cannot start with 'rdb' or 'pg'. Only a-zA-Z0-9_$- characters are accepted).