interface AccessInfo {
    active?: number;
    created_at: Date;
    id: string;
    name: string;
    permissions: [];
    profile?: string;
    tags?: TagsObj[];
    targets: [];
    updated_at: Date;
}

Hierarchy (view full)

Properties

active?: number
created_at: Date
id: string
name: string
permissions: []
profile?: string
tags?: TagsObj[]
targets: []
updated_at: Date