ScopeMap Class
An object that represents a scope map for a container registry.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerregistry.v2023_01_01_preview.models._models_py3.ProxyResourceScopeMap
Constructor
ScopeMap(*, 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 scoped permissions for registry artifacts. E.g. repositories/repository-name/content/read, repositories/repository-name/metadata/write. |
Variables
Name | Description |
---|---|
id
|
The resource ID. |
name
|
The name of the resource. |
type
|
The type of the resource. |
system_data
|
Metadata pertaining to creation and last modification of the resource. |
description
|
The user friendly description of the scope map. |
type_properties_type
|
The type of the scope map. E.g. BuildIn scope map. |
creation_date
|
The creation date of scope map. |
provisioning_state
|
Provisioning state of the resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
actions
|
The list of scoped permissions for registry artifacts. E.g. repositories/repository-name/content/read, repositories/repository-name/metadata/write. |
Azure SDK for Python