ScopeMapUpdateParameters Class
The properties for updating the scope map.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelScopeMapUpdateParameters
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. |
actions
|
The list of scope permissions for registry artifacts. E.g. repositories/repository-name/pull, repositories/repository-name/delete. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python