Get Service Runner Result
data class GetServiceRunnerResult(val id: String, val identity: IdentityPropertiesResponse? = null, val location: String? = null, val name: String, val tags: Map<String, String>? = null, val type: String)
A container for a managed identity to execute DevTest lab services.