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.
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. Default value: None | 
| actions | The list of scoped permissions for registry artifacts. E.g. repositories/repository-name/content/read, repositories/repository-name/metadata/write. Default value: None | 
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. |