ScopeMapProperties interface
The properties of a scope map.
Properties
| actions | The list of scoped permissions for registry artifacts. E.g. repositories/repository-name/content/read, repositories/repository-name/metadata/write |
| creation |
The creation date of scope map. |
| description | The user friendly description of the scope map. |
| provisioning |
Provisioning state of the resource. |
| type | The type of the scope map. E.g. BuildIn scope map. |
Property Details
actions
The list of scoped permissions for registry artifacts. E.g. repositories/repository-name/content/read, repositories/repository-name/metadata/write
actions: string[]
Property Value
string[]
creationDate
The creation date of scope map.
creationDate?: Date
Property Value
Date
description
The user friendly description of the scope map.
description?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
type
The type of the scope map. E.g. BuildIn scope map.
type?: string
Property Value
string