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.v2019_05_01_preview.models._models_py3.ProxyResource
ScopeMap

Constructor

ScopeMap(*, description: Optional[str] = None, actions: Optional[List[str]] = None, **kwargs)

Variables

id
str

The resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

system_data
SystemData

Metadata pertaining to creation and last modification of the resource.

description
str

The user friendly description of the scope map.

type_properties_type
str

The type of the scope map. E.g. BuildIn scope map.

creation_date
datetime

The creation date of scope map.

provisioning_state
str or ProvisioningState

Provisioning state of the resource. Possible values include: "Creating", "Updating", "Deleting", "Succeeded", "Failed", "Canceled".

actions
list[str]

The list of scoped permissions for registry artifacts. E.g. repositories/repository-name/content/read, repositories/repository-name/metadata/write.