interface Security {
    [key: string]: string[];
}

Indexable

[key: string]: string[]

Generated using TypeDoc