ScopeMapPropertiesUpdateParameters Class
The update parameters for scope map properties.
Constructor
ScopeMapPropertiesUpdateParameters(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
The user friendly description of the scope map. |
|
actions
|
The list of scope permissions for registry artifacts. E.g. repositories/repository-name/pull, repositories/repository-name/delete. |
Attributes
actions
The list of scope permissions for registry artifacts. E.g. repositories/repository-name/pull, repositories/repository-name/delete.
actions: list[str] | None
description
The user friendly description of the scope map.
description: str | None