Interface CurrentYamlRole

interface CurrentYamlRole {
    [objectType: string]: ObjectId[];
}

Indexable

[objectType: string]: ObjectId[]

A map of object types to object ids.

Object type is a Snowflake object like "table" or "view".

Object id is a fully-qualified object id (see docs for ObjectId).

Generated using TypeDoc