次の方法で共有


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.ProxyResource
ScopeMap

Constructor

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

Keyword-Only Parameters

Name Description
description
str

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
str

The resource ID.

name
str

The name of the resource.

type
str

The type of the resource.

system_data

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

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.