ScopeMapUpdateParameters interface

The properties for updating the scope map.

Properties

actions

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

description

The user friendly description of the scope map.

Property Details

actions

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

actions?: string[]

Property Value

string[]

description

The user friendly description of the scope map.

description?: string

Property Value

string