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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python