Package version:

The properties for updating the scope map.

interface ScopeMapUpdateParameters {
    actions?: string[];
    description?: string;
}

Properties

actions?: string[]

The list of scope permissions for registry artifacts. E.g. repositories/repository-name/pull, repositories/repository-name/delete

description?: string

The user friendly description of the scope map.