次の方法で共有


ScopeMapUpdateParameters Class

The properties for updating the scope map.

Inheritance
azure.mgmt.containerregistry._serialization.Model
ScopeMapUpdateParameters

Constructor

ScopeMapUpdateParameters(*, 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 scope permissions for registry artifacts. E.g. repositories/repository-name/pull, repositories/repository-name/delete.

Variables

Name Description
description
str

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.