Service Principal Auth Type Workspace Connection Properties Response
data class ServicePrincipalAuthTypeWorkspaceConnectionPropertiesResponse(val authType: String, val category: String? = null, val credentials: WorkspaceConnectionServicePrincipalResponse? = null, val expiryTime: String? = null, val metadata: Any? = null, val target: String? = null)