Share via


ScopeMapProperties Class

The properties of a scope map.

Constructor

ScopeMapProperties(*args: Any, **kwargs: Any)

Variables

Name Description
description
str

The user friendly description of the scope map.

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. Required.

Attributes

actions

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

actions: list[str]

creation_date

The creation date of scope map.

creation_date: datetime | None

description

The user friendly description of the scope map.

description: str | None

provisioning_state

"Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".

provisioning_state: str | _models.ProvisioningState | None

type

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

type: str | None