ScopeMapUpdateParameters Class
The properties for updating the scope map.
Constructor
ScopeMapUpdateParameters(*, description: str | None = None, actions: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
description
|
The user friendly description of the scope map. Default value: None
|
|
actions
|
The list of scope permissions for registry artifacts. E.g. repositories/repository-name/pull, repositories/repository-name/delete. Default value: None
|