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.
Constructors
Link copied to clipboard
fun GetScopeMapResult(actions: List<String>, creationDate: String, description: String? = null, id: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)