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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python