Interface ShowDatabaseRole

interface ShowDatabaseRole {
    comment: string;
    created_on: Date;
    granted_database_roles: number;
    granted_to_database_roles: number;
    granted_to_roles: number;
    is_current: boolean;
    is_default: boolean;
    is_inherited: boolean;
    name: string;
    owner: string;
    owner_role_type: string;
}

Properties

comment: string
created_on: Date
granted_database_roles: number
granted_to_database_roles: number
granted_to_roles: number
is_current: boolean
is_default: boolean
is_inherited: boolean
name: string
owner: string
owner_role_type: string

Generated using TypeDoc