Get Scope Map Result
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.