GetScopeMapResult

data class GetScopeMapResult(val actions: List<String>, val creationDate: String, val description: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An object that represents a scope map for a container registry.

Constructors

Link copied to clipboard
constructor(actions: List<String>, creationDate: String, description: String? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The creation date of scope map.

Link copied to clipboard
val description: String? = null

The user friendly description of the scope map.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The type of the resource.