Get Scope Connection Result
data class GetScopeConnectionResult(val description: String? = null, val etag: String, val id: String, val name: String, val resourceId: String? = null, val systemData: SystemDataResponse, val tenantId: String? = null, val type: String)
The Scope Connections resource
Constructors
Link copied to clipboard
fun GetScopeConnectionResult(description: String? = null, etag: String, id: String, name: String, resourceId: String? = null, systemData: SystemDataResponse, tenantId: String? = null, type: String)