interface AccessCreateInfo {
    active?: number;
    name: string;
    permissions: [];
    profile?: string;
    tags?: TagsObj[];
    targets: [];
}

Hierarchy (view full)

Properties

active?: number
name: string
permissions: []
profile?: string
tags?: TagsObj[]
targets: []